Am I right that versions `build150` and `build152`...
# compose-desktop
a
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
There's a note on
setContent
in the #compose channel
❤️ 1
j
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