is anyone having this Issue on Multiplatform proje...
# multiplatform
m
is anyone having this Issue on Multiplatform projects?
Copy code
> Task :shared:compileDebugAndroidTestKotlinAndroid
e: /.../shared/src/commonTest/kotlin/<package>/Utils.kt: (5, 12): Expected function 'myExpectFunction' has no actual declaration in module <shared_debug> for JVM

> Task :shared:compileDebugAndroidTestKotlinAndroid FAILED
I am with the latest version of kotlin gradle plugin (1.5.21) and android gradle plugin (7.1.0-alpha09) I have no JVM targets setup on my kotlin plugin….
k
I've seen this. Do you have jvm in your gradle file? I almost think it expects one even if you don't want it
m
jvm
as kotlin plugin target?
k
Yes
Copy code
kotlin { jvm {} }
m
no, I don’t have it… I have just:
Copy code
android
iosX64
iosArm64