<Gradle `publishToMavenLocal` task fails from targ...
# stackoverflow
r
Gradle `publishToMavenLocal` task fails from target JVM mismatch I've grabbed the JetBrains KMP Library template, which adds a whole new library publishing method I'm not familiar with. When I attempt to run ./gradlew publishToMavenLocal, it fails with the following error: Execution failed for task 'convention pluginscompileKotlin'.
Inconsistent JVM-target compatibility detected for tasks 'compileJava' (22) and 'compileKotlin' (21).
I've only made a few...