Skip to content

Commit

Permalink
chore: add kotlin.serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannijunseokim committed Apr 1, 2024
1 parent 486e37e commit 056d4d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
alias(libs.plugins.jetbrainsKotlinAndroid)
alias(libs.plugins.ktlint)
id("com.google.android.libraries.mapsplatform.secrets-gradle-plugin")
kotlin("plugin.serialization")
}

android {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
alias(libs.plugins.ktlint) apply false

kotlin("jvm") version "1.9.23"
kotlin("plugin.serialization") version "1.9.23"
kotlin("jvm") version "1.9.23" apply false
kotlin("plugin.serialization") version "1.9.23" apply false
}

buildscript {
Expand Down

0 comments on commit 056d4d4

Please sign in to comment.