Skip to content

Commit

Permalink
Update Kotlin version in BuildParams.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpachoo authored and zoobestik committed Nov 29, 2024
1 parent f15458c commit 9cdcf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/BuildParams.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object BuildParams {
const val KOTLINX_IO_ID = "kotlinx-io"
const val KOTLINX_METADATA_ID = "kotlinx-metadata-jvm"
const val KOTLIN_CORE_API_BUILD_ID = "Kotlin_KotlinRelease_210_LibraryReferenceLatestDocs"
const val KOTLIN_RELEASE_TAG = "v2.0.21"
const val KOTLIN_RELEASE_TAG = "v2.1.0"
const val KGP_ID = "kotlin-gradle-plugin"
val KGP_RELEASE_TAG = if (KOTLIN_RELEASE_TAG >= "v2.1.0") KOTLIN_RELEASE_TAG else "2.1.0"

Expand Down

0 comments on commit 9cdcf06

Please sign in to comment.