Smorg
10/01/2022, 2:30 PMCaused by: java.lang.IllegalStateException: couldn't find inline method Landroidx/lifecycle/viewmodel/compose/ViewModelKt; . Any suggestions on how to fix this?Zach Klippenstein (he/him) [MOD]
10/04/2022, 10:30 AMSmorg
10/04/2022, 12:25 PMkotlinOptions in my Android config. Wasn’t able to initially specify it because the DSL wasn’t available through KMM.Andrey
11/19/2025, 10:00 AMorg.jetbrains.kotlin.plugin.compose plugin is applied in your Gradle module’s build.gradle[.kts] and this build.gradle[.kts] contains:
android {
// ...
buildFeatures {
// ...
compose true
}
}