Add -Xskip-metadata-version-check since the built-in Kotlin 2.0 of Gradle 8.14 is incompatible with Kotlin 2.2 classes
This commit is contained in:
@@ -18,5 +18,9 @@ dependencies {
|
||||
"preloadImplementation"(libs.openrndr.application)
|
||||
"preloadImplementation"(libs.openrndr.extensions)
|
||||
}
|
||||
|
||||
kotlin {
|
||||
compilerOptions {
|
||||
freeCompilerArgs.add("-Xskip-metadata-version-check")
|
||||
}
|
||||
}
|
||||
tasks.getByName("compileKotlin").dependsOn("compilePreloadKotlin")
|
||||
Reference in New Issue
Block a user