File tree 4 files changed +385
-375
lines changed
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
4
4
import io.github.petertrr.ext.booleanProperty
5
5
import io.gitlab.arturbosch.detekt.Detekt
6
6
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
7
+ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
7
8
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
8
9
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
9
- import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
10
10
import org.jetbrains.kotlin.gradle.targets.js.testing.KotlinJsTest
11
11
12
12
plugins {
@@ -35,7 +35,7 @@ kotlin {
35
35
compileTaskProvider.configure {
36
36
compilerOptions {
37
37
// Minimum bytecode level is 52
38
- jvmTarget = JvmTarget .JVM_1_8
38
+ jvmTarget = JvmTarget .JVM_11
39
39
40
40
// Output interfaces with default methods
41
41
freeCompilerArgs.addAll(
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
- # https://kotlinlang.org/docs/whatsnew19.html#try-the-k2-compiler-in-your-project
3
- kotlin.experimental.tryK2 =false
4
2
org.gradle.jvmargs =-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
5
3
org.gradle.caching =true
6
4
# https://kotlinlang.org/docs/whatsnew19.html#preview-of-gradle-configuration-cache
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 1.9.24 "
2
+ kotlin = " 2.1.20 "
3
3
detekt = " 1.23.5"
4
4
dokka = " 1.9.20"
5
5
nexus = " 1.3.0"
You can’t perform that action at this time.
0 commit comments