Skip to content

Commit

Permalink
buildSrc/build.gradle.kts: Use kotlin serialization library from libs…
Browse files Browse the repository at this point in the history
….versions.toml (#6330)
  • Loading branch information
dconeybe authored Sep 30, 2024
1 parent 58c3481 commit 834f27f
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 @@ -14,7 +14,7 @@

plugins {
id("com.ncorti.ktfmt.gradle") version "0.11.0"
kotlin("plugin.serialization") version "1.8.22"
alias(libs.plugins.kotlinx.serialization)
`kotlin-dsl`
}

Expand Down

0 comments on commit 834f27f

Please sign in to comment.