Hello. I found a bug when I setup a kmp module wit...
# multiplatform
e
Hello. I found a bug when I setup a kmp module with CMP using the new android library multiplatform plugin. The error is:
Copy code
Unable to find method ''void com.android.build.api.variant.KotlinMultiplatformAndroidComponentsExtension.onVariant(kotlin.jvm.functions.Function1)''
'void com.android.build.api.variant.KotlinMultiplatformAndroidComponentsExtension.onVariant(kotlin.jvm.functions.Function1)'
I've setup a sample at Github: https://github.com/esdrasdl/android-cmp-bug I'm not sure if it a bug in Compose Multiplatform or AGP, but I wanted to share this sample to help investigate the issue.
t
Most probably it is Compose plugin bug - please open an issue for it
👍 1