Hello there, I am getting this runtime crash `java...
# compose
a
Hello there, I am getting this runtime crash
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/material3/ExposedDropdownMenu_skikoKt
. on Android. but desktop works fine compose multiplatform: 1.6.0-beta01 Any quick ideas how to solve this?
i
skikoKt
It's not Android code, so this is some kind of gradle setup issue. 🤔 Somehow some desktop code that refers
ExposedDropdownMenu
got on Android. Please open an issue with minimal reproduction
a
Thanks. Looks like I have to add material3 to the android target manually