Skip to content

Commit 03ae352

Browse files
committed
[MINOR] Use version catalog
1 parent ff603ec commit 03ae352

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ plugins {
55

66
// Apply the Application plugin to add support for building an executable JVM application.
77
application
8-
9-
kotlin("plugin.serialization") version "1.9.23"
8+
alias(libs.plugins.kotlinPluginSerialization)
109
}
1110

1211
dependencies {
1312
// Project "app" depends on project "lib"
1413
implementation(project(":lib"))
15-
16-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
14+
implementation(libs.kotlinxSerialization)
1715
}
1816

1917
application {

0 commit comments

Comments
 (0)