Bumped Kotlin to version 1.9.24

This commit is contained in:
Erik C. Thauvin 2024-05-09 23:44:27 -07:00
parent e64983b5c7
commit 5b837efc2a
Signed by: erik
GPG key ID: 776702A6A2DA330E
8 changed files with 17 additions and 18 deletions

View file

@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-kotlin:0.9.1
bld.extensions=com.uwyn.rife2:bld-kotlin:0.9.4
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation=
bld.sourceDirectories=

View file

@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("application")
id("com.github.ben-manes.versions") version "0.51.0"
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.24"
}
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)