Hello! I'm using androidx.compose.material3.Dropdo...
# compose-desktop
p
Hello! I'm using androidx.compose.material3.DropdownMenu in Kotlin MPP. While on desktop it is working, on Android failed with
Copy code
java.lang.ClassNotFoundException: Didn't find class "androidx.compose.material3.SkikoMenu_skikoKt"
e
What version of compose-jb are you using?
p
1.3.0-rc05
o
As I see in the source code the DropDownMenu is available only for skiko targets (desktop, k/js, k/native). So it's not expected to be even available for android.
e
Android has support for it in the android source set (I added the support for skiko recently). It works for me in 1.3.0-rc2 on Android, JVM, and js. I'll try with rc5 shortly.
I just trued with rc5 and it works there as well.