https://kotlinlang.org logo
Title
r

rsktash

02/17/2021, 6:00 PM
SOLVED: Hi. I’m having this error after updating to latest version and adding activity compose dependency to android app module.
androidx.activity:activity-compose:1.3.0-alpha02
It’s a multi-platform project with common UI for both android and desktop
i

Igor Demin

02/17/2021, 6:17 PM
Use workaround: https://github.com/JetBrains/compose-jb/blob/master/examples/imageviewer/android/build.gradle.kts#L25 I hope it is temporarily and we figure something out how we can avoid this.
2
r

rsktash

02/17/2021, 6:22 PM
Thank you. I simply copy pasted and removed activity compose dependency