Bumped Kotlin to version 2.0.0
This commit is contained in:
parent
e81c6a0492
commit
e925f7a1c2
3 changed files with 4 additions and 3 deletions
|
@ -67,7 +67,7 @@ public class JokeApiBuild extends Project {
|
|||
autoDownloadPurge = true;
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL);
|
||||
|
||||
final var kotlin = version(1, 9, 24);
|
||||
final var kotlin = version(2, 0, 0);
|
||||
scope(compile)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))
|
||||
.include(dependency("org.json", "json", "20240303"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue