Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed May 7, 2024
1 parent df70da9 commit df374e1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Versions {
const val LORITTA = "2023-SNAPSHOT"
const val PUDDING = "0.0.3-SNAPSHOT"
const val KOTLIN = "1.9.0"
const val KOTLIN = "1.9.23"
const val KTOR = "2.0.3"
const val JDA = "5.0.0-deviousjda-alpha.22_DEV"
const val KOTLIN_SERIALIZATION = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion web/dashboard/spicy-frontend/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform")
id("org.jetbrains.compose") version "1.4.3"
id("org.jetbrains.compose") version "1.6.1"
id("io.github.turansky.kfc.latest-webpack")
}

Expand Down
1 change: 0 additions & 1 deletion web/showtime/web-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ version = "1.0-SNAPSHOT"

kotlin {
jvm {
jvmToolchain(17)
withJava()
}
js(IR) { // Use new, but experimental, compiler
Expand Down
2 changes: 1 addition & 1 deletion web/spicy-morenitta/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform")
kotlin("plugin.serialization")
id("org.jetbrains.compose") version "1.4.3"
id("org.jetbrains.compose") version "1.6.1"
}

repositories {
Expand Down

0 comments on commit df374e1

Please sign in to comment.