Skip to content

Commit

Permalink
Kotlin 1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed May 12, 2024
1 parent 601c151 commit 190ef6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appLab5/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = LocalDate.now().format(DateTimeFormatter.ofPattern("yy.MM.dd"))
val embed: Configuration by configurations.creating

dependencies {
embed("org.jetbrains.kotlin:kotlin-stdlib:1.9.23")
embed("org.jetbrains.kotlin:kotlin-stdlib:1.9.24")
}

java {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.kotlin.multiplatform") version "1.9.23" apply false
id("org.jetbrains.kotlin.jvm") version "1.9.23" apply false
id("org.jetbrains.kotlin.multiplatform") version "1.9.24" apply false
id("org.jetbrains.kotlin.jvm") version "1.9.24" apply false
id("org.openjfx.javafxplugin") version "0.1.0" apply false
}

0 comments on commit 190ef6e

Please sign in to comment.