v79
09/12/2025, 8:00 AMgradlew build
"Lint found errors in the project; aborting build."). Nor can I run main.kt from the green "run" icon in the gutter (LinkageError occurred, MainKt has been compiled by a more recent version of the Java Runtime (class file version 67.0), this version of the Java Runtime only recognizes class file versions up to 65.0
). I am using Java 23 (Coretto). But gradlew run
does work. wasmJsBrowserProductionRun
works. hotRunJvm
does not run (same JVM error message - but nothing in the docs specifies a JVM requirement, and https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-hot-reload.html has a picture suggesting Java 21 is sufficient.
All in all, not a promising start to KMP on Windows.v79
09/12/2025, 8:10 AMv79
09/12/2025, 8:20 AMYulia Nizienko
09/12/2025, 8:51 AMv79
09/12/2025, 8:54 AMv79
09/12/2025, 8:55 AM