Hello! The latest Jetpack Compose minor release, a...
# compose
t
Hello! The latest Jetpack Compose minor release, alpha05, is here! You can get it now on Google’s Maven Repository. Release notes are available at https://developer.android.com/jetpack/androidx/versions/all-channel. As always, feedback is welcome; please log issues at https://issuetracker.google.com/issues/new?component=612128.
metal 5
🎉 58
🐿️ 4
🙏🏽 5
z
Finally it is possible to disable text selection for a subtree! It was so simple all along… https://android-review.googlesource.com/c/platform/frameworks/support/+/1441098
😕 1
r
I’m currently just using the existing fragment navigation pattern @Ash. I’ll have to refactor at some point when the compose navigation comes out but for now it works well. Extra boilerplate for sure but not too bad.
✔️ 1
j
Is it possible to restore lazycolumn scroll state?
i
No navigation-compose release this week - going through a module rename (https://android-review.googlesource.com/1457392) to put it under the
androidx.navigation
group ID so that we go out with what our final module scheme in alpha01. I'll post about it when the change goes through and your snapshots will need to be swapped over
🙏🏽 6
😢 1
👍 1
c
@jim Kotlin 1.4.20 support?
j
The latest release of 1.4.20 is still M1. We will need at least M2 (which fixes a NewInference regression), and realistically probably won't merge a migration to 1.4.20 until a final release is available.
👍 7
✔️ 2
c
Cool. Won't try until then. 😬
i
They're separate artifact groups and therefore the release notes for each group is on their individual separate pages. For example, see https://developer.android.com/jetpack/androidx/releases/compose-runtime
r
Ah, that makes sense 🤦‍♂️ thanks