Skip to content

Commit

Permalink
Update Kotlin to 2.1.20-dev-1729
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Oct 18, 2024
1 parent fb44a61 commit 7ab8fef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions buildSrc/src/main/kotlin/Compiler.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ internal fun KotlinCommonCompilerOptions.applyKordCommonCompilerOptions() {
progressiveMode = true
extraWarnings = true
freeCompilerArgs.add("-Xexpect-actual-classes")

// https://youtrack.jetbrains.com/issue/KT-72040 / https://youtrack.jetbrains.com/issue/KT-72041
freeCompilerArgs.add("-Xsuppress-warning=UNUSED_ANONYMOUS_PARAMETER")
}

internal const val KORD_JVM_TARGET = 8
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

# api dependencies
kotlin = "2.1.20-dev-201" # https://github.com/JetBrains/kotlin
kotlin = "2.1.20-dev-1729" # https://github.com/JetBrains/kotlin
ktor = "3.0.0" # https://github.com/ktorio/ktor
kotlinx-coroutines = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines
kotlinx-serialization = "1.7.3" # https://github.com/Kotlin/kotlinx.serialization
Expand Down

0 comments on commit 7ab8fef

Please sign in to comment.