https://kotlinlang.org logo
Title
a

Arkadii Ivanov

02/10/2021, 9:32 PM
Am I right that versions
build150
and
build152
are broken due to https://github.com/JetBrains/compose-jb/issues/354 ? I can't compile for Android.
Managed to compile by copy-pasting the moved implementation of
setContent
.
k

Kirill Grouchnikov

02/10/2021, 9:54 PM
There's a note on
setContent
in the #compose channel
❤️ 1
j

jim

02/10/2021, 11:00 PM
You should now be able to use
activity-compose:1.3.0-alpha02
, let me know if you run into any issues with that. Please make sure you add an explicit dependency on 
androidx.activity:activity-compose:1.3.0-alpha02
 when upgrading to this Compose version https://developer.android.com/jetpack/androidx/releases/activity#1.3.0-alpha02
👍 2