I’m getting a weird error in my KMP library projec...
# multiplatform
h
I’m getting a weird error in my KMP library project when I run the
assemble<MyLibrary>DebugXCFramework
task. This is the error:
Copy code
Execution failed for task ':lib:assemble<MyLibrary>DebugXCFramework'.
> Cannot invoke "Build_gradle.getTargetDetails()" because "this.this$0" is null
We use Kotlin 2.0.10, but I get the same error with 2.0.20. Anyone know what this means? Can’t find anything mentioning this elsewhere.