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
kevindmoore
08/24/2021, 2:55 PM
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