I'm trying to use DropdownMenu and DropdownMenuItem, but it fails in compileKotlinIosArm64. Is there a fix for this? The composable function is in my commonMain.
š 1
ā 1
t
tylerwilson
08/14/2023, 8:39 PM
What version of compose are you using? You have to be aware of when the component was added and whether it is in material or material3. I suggest using 1.5.0-beta2 - it is the most complete and has material3 1.1.1 included.
See here for a nice way to see whan components were added: https://www.composables.com/components/material/dropdownmenu
t
Trey
08/14/2023, 8:43 PM
Awesome! That helps a lot. Thank you
Trey
08/14/2023, 8:50 PM
How does the gradle plugin map to these releases? If I want to use the 1.5.0-beta2 as suggested, which version of the compose gradle plugin would it require? I'm not seeing the 1.5.0-beta2 version of the plugin.
t
tylerwilson
08/14/2023, 8:51 PM
gradle version doesn't matter. but you have to set the compose compiler version. i currently have: