File tree Expand file tree Collapse file tree 4 files changed +385
-375
lines changed Expand file tree Collapse file tree 4 files changed +385
-375
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import io.github.petertrr.configurePublishing
44import io.github.petertrr.ext.booleanProperty
55import io.gitlab.arturbosch.detekt.Detekt
66import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
7+ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
78import org.jetbrains.kotlin.gradle.dsl.JvmTarget
89import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
9- import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
1010import org.jetbrains.kotlin.gradle.targets.js.testing.KotlinJsTest
1111
1212plugins {
@@ -35,7 +35,7 @@ kotlin {
3535 compileTaskProvider.configure {
3636 compilerOptions {
3737 // Minimum bytecode level is 52
38- jvmTarget = JvmTarget .JVM_1_8
38+ jvmTarget = JvmTarget .JVM_11
3939
4040 // Output interfaces with default methods
4141 freeCompilerArgs.addAll(
Original file line number Diff line number Diff line change 11kotlin.code.style =official
2- # https://kotlinlang.org/docs/whatsnew19.html#try-the-k2-compiler-in-your-project
3- kotlin.experimental.tryK2 =false
42org.gradle.jvmargs =-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
53org.gradle.caching =true
64# https://kotlinlang.org/docs/whatsnew19.html#preview-of-gradle-configuration-cache
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.9.24 "
2+ kotlin = " 2.1.20 "
33detekt = " 1.23.5"
44dokka = " 1.9.20"
55nexus = " 1.3.0"
You can’t perform that action at this time.
0 commit comments