Skip to content

Commit a97f120

Browse files
committed
Update Kotlin to 2.0.20 & dependencies
1 parent 5db2a00 commit a97f120

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

buildSrc/src/main/kotlin/Config.kt

+5-5
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ object Versions {
123123
const val junit = "4.13.2" // https://mvnrepository.com/artifact/junit/junit
124124
const val kbson = "0.4.0" // https://github.com/mongodb/kbson
125125
// When updating the Kotlin version, also remember to update /examples/min-android-sample/build.gradle.kts
126-
const val kotlin = "2.0.0" // https://github.com/JetBrains/kotlin and https://kotlinlang.org/docs/releases.html#release-details
126+
const val kotlin = "2.0.20" // https://github.com/JetBrains/kotlin and https://kotlinlang.org/docs/releases.html#release-details
127127
const val kotlinJvmTarget = "1.8" // Which JVM bytecode version is kotlin compiled to.
128-
const val latestKotlin = "2.0.0" // https://kotlinlang.org/docs/eap.html#build-details
129-
const val kotlinCompileTesting = "0.5.0-alpha07" // https://github.com/zacsweers/kotlin-compile-testing
128+
const val latestKotlin = "2.0.20" // https://kotlinlang.org/docs/eap.html#build-details
129+
const val kotlinCompileTesting = "0.5.1" // https://github.com/zacsweers/kotlin-compile-testing
130130
const val ktlint = "0.45.2" // https://github.com/pinterest/ktlint
131131
const val ktor = "2.3.12" // https://github.com/ktorio/ktor
132132
const val multidex = "2.0.1" // https://developer.android.com/jetpack/androidx/releases/multidex
133-
const val nexusPublishPlugin = "1.1.0" // https://github.com/gradle-nexus/publish-plugin
134-
const val okio = "3.2.0" // https://square.github.io/okio/#releases
133+
const val nexusPublishPlugin = "1.3.0" // https://github.com/gradle-nexus/publish-plugin
134+
const val okio = "3.9.0" // https://square.github.io/okio/#releases
135135
const val relinker = "1.4.5" // https://github.com/KeepSafe/ReLinker
136136
const val serialization = "1.7.1" // https://kotlinlang.org/docs/releases.html#release-details
137137
const val shadowJar = "6.1.0" // https://mvnrepository.com/artifact/com.github.johnrengelman.shadow/com.github.johnrengelman.shadow.gradle.plugin?repo=gradle-plugins

0 commit comments

Comments
 (0)