Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 17:25
· 1088 commits to main since this release

Built to work with Jetpack Compose v1.0.1 (also works with v1.1.x)

馃啎 Navigation libraries

We have 2 new Navigation libraries to supplement the official Jetpack Navigation Compose support:

More info on this coming later today in a blog post.

Coil, Glide and Image Loading Core have been removed

After being deprecated in v0.14.0, it's time to remove the coil, glide and imageloading-core libraries. Some discussion about this can be seen on the Kotlin Slack: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1627482619344000.

TL;DR: the recommendation is to move to Coil Compose.

What鈥檚 Changed