Skip to content

Commit

Permalink
Bump kotlin to 1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jun 26, 2024
1 parent c8150c7 commit 28d6c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@file:Suppress("GradlePackageUpdate")

plugins {
val kotlinVersion = "1.9.23"
val kotlinVersion = "1.9.24"
id("org.jetbrains.kotlin.jvm") version kotlinVersion
id("org.jetbrains.kotlin.kapt") version kotlinVersion
id("org.jetbrains.kotlin.plugin.allopen") version kotlinVersion
Expand Down

0 comments on commit 28d6c5f

Please sign in to comment.