We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff603ec commit 03ae352Copy full SHA for 03ae352
app/build.gradle.kts
@@ -5,15 +5,13 @@ plugins {
5
6
// Apply the Application plugin to add support for building an executable JVM application.
7
application
8
-
9
- kotlin("plugin.serialization") version "1.9.23"
+ alias(libs.plugins.kotlinPluginSerialization)
10
}
11
12
dependencies {
13
// Project "app" depends on project "lib"
14
implementation(project(":lib"))
15
16
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
+ implementation(libs.kotlinxSerialization)
17
18
19
application {
0 commit comments