*SOLVED*: Hi. I’m having this error after updating...
# compose-desktop
r
SOLVED: Hi. I’m having this error after updating to latest version and adding activity compose dependency to android app module.
Copy code
androidx.activity:activity-compose:1.3.0-alpha02
It’s a multi-platform project with common UI for both android and desktop
i
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
Thank you. I simply copy pasted and removed activity compose dependency