Reverted back to Kotlin 1.9.24 as koltinx-serialization-json is not yet compatible with 2.0.0

This commit is contained in:
Erik C. Thauvin 2024-05-24 01:29:17 -07:00
parent 2c64779c18
commit 539bb6fbc0
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ public class AkismetBuild extends Project {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL);
var okHttp = version(4, 12, 0);
final var kotlin = version(2, 0, 0);
final var kotlin = version(1, 9, 24);
scope(compile)
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))
.include(dependency("com.squareup.okhttp3", "okhttp", okHttp))