Skip to content

Commit

Permalink
Align Kotlin Serialization plugin version in buildSrc
Browse files Browse the repository at this point in the history
Use embeddedKotlinVersion utility to automatically align `kotlin("plugin.serialization")`
  • Loading branch information
adam-enko committed Sep 10, 2024
1 parent 4d3c13c commit 6936329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
`kotlin-dsl`
// Serialization version should be aligned with the Kotlin version embedded in Gradle
// https://docs.gradle.org/current/userguide/compatibility.html#kotlin
kotlin("plugin.serialization") version "1.9.24"
kotlin("plugin.serialization") version embeddedKotlinVersion
}

val buildSnapshotTrain = properties["build_snapshot_train"]?.toString().toBoolean()
Expand Down

0 comments on commit 6936329

Please sign in to comment.