File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ plugins {
9
9
id(" java" )
10
10
kotlin(" kapt" ) version " 1.8.10"
11
11
id(" org.jetbrains.intellij" ) version " 1.15.0"
12
- id(" org.jetbrains.kotlin.jvm" ) version " 1.8.10 "
13
- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 1.4.32 "
12
+ id(" org.jetbrains.kotlin.jvm" ) version " 1.9.24 "
13
+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 1.9.10 "
14
14
}
15
15
16
16
// region Build, dependencies
@@ -24,7 +24,7 @@ repositories {
24
24
mavenCentral()
25
25
}
26
26
27
- val kotlinVersion = " 1.8.10 "
27
+ val kotlinVersion = " 1.9.24 "
28
28
val arrowVersion = " 0.11.0"
29
29
30
30
dependencies {
@@ -39,7 +39,7 @@ dependencies {
39
39
tasks {
40
40
compileKotlin {
41
41
kotlinOptions.jvmTarget = " 11"
42
- kotlinOptions.freeCompilerArgs = listOf (" -Xjvm-default=enable " )
42
+ kotlinOptions.freeCompilerArgs = listOf (" -Xjvm-default=all " )
43
43
}
44
44
45
45
test {
You can’t perform that action at this time.
0 commit comments