I tried to build using Compose Multiplatform 1.6.1...
# multiplatform
f
I tried to build using Compose Multiplatform 1.6.10+ and Kotlin 1.7.20, and the following error occurred. How can I solve this error without upgrading kotlin or downgrading the Compose version?
Copy code
Unable to find method ''org.jetbrains.kotlin.gradle.utils.ObservableSet org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeCompilation.getAllKotlinSourceSets()''
'org.jetbrains.kotlin.gradle.utils.ObservableSet org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeCompilation.getAllKotlinSourceSets()'
When I downgraded Compose Multiplatform to 1.5.12 it works.