We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98afa21 commit c6e9e89Copy full SHA for c6e9e89
gradle.properties
@@ -14,3 +14,4 @@ org.gradle.jvmargs=-XX:+UseParallelGC
14
moshix.generateProguardRules=false
15
16
kapt.include.compile.classpath=false
17
+kapt.use.k2=true
libs.versions.toml
@@ -1,8 +1,8 @@
1
[versions]
2
-kotlin = "1.9.24"
+kotlin = "2.0.0-RC3"
3
+moshix = "0.26.0-alpha03"
4
http4k = "5.19.0.0"
5
immutables = "2.10.1"
-moshix = "0.25.1"
6
arrow = "1.2.4"
7
graal = "22.3.3" # 22.3.3 Compatable with Java 11
8
java-vavr = "0.10.4"
0 commit comments