Anyone faced this error while adding desktop suppo...
# multiplatform
s
Anyone faced this error while adding desktop support to KMM project
Non JVM Kotlin MPP targets are not supported: com.android.build.api.variant.impl.KotlinMultiplatformAndroidLibraryTargetImpl
is not subtype of org.jetbrains.kotlin.gradle.targets.jvm.KotlinJvmTarget
t
please create a Kotlin issue with a repro
d
I've run into this problem when trying to use the
compose.desktop
extension function in a module that uses the new
androoidMultiplatformLibrary
plugin, what I did for now was migrate back to the
android.library
plugin.
s
true that. I did the same
t