Skip to content

Commit c6e9e89

Browse files
committed
Migrate to Kotlin 2.0
Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent 98afa21 commit c6e9e89

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ org.gradle.jvmargs=-XX:+UseParallelGC
1414
moshix.generateProguardRules=false
1515

1616
kapt.include.compile.classpath=false
17+
kapt.use.k2=true

libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
kotlin = "1.9.24"
2+
kotlin = "2.0.0-RC3"
3+
moshix = "0.26.0-alpha03"
34
http4k = "5.19.0.0"
45
immutables = "2.10.1"
5-
moshix = "0.25.1"
66
arrow = "1.2.4"
77
graal = "22.3.3" # 22.3.3 Compatable with Java 11
88
java-vavr = "0.10.4"

0 commit comments

Comments
 (0)