Skip to content

Commit

Permalink
[FEAT/#339] serialization ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Feb 18, 2025
1 parent a981112 commit c205380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import com.terning.build_logic.extension.setNamespace

plugins {
alias(libs.plugins.terning.application)
alias(libs.plugins.kotlin.serialization)
}

val properties = Properties().apply {
Expand Down Expand Up @@ -48,8 +49,7 @@ android {
applicationIdSuffix = ".debug"
}
release {
isMinifyEnabled = true
isShrinkResources = true
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand All @@ -68,7 +68,6 @@ android {
}
}


dependencies {
// feature
implementation(projects.feature.main)
Expand All @@ -87,4 +86,5 @@ dependencies {

implementation(libs.timber)
implementation(libs.kakao.user)
implementation(libs.kotlinx.serialization.json)
}

0 comments on commit c205380

Please sign in to comment.