Skip to content

Commit 215b48e

Browse files
committed
Chore: Kotlin Serialization 플러그인 교체 및 namespace 제거
1 parent e6ac347 commit 215b48e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ import java.util.Properties
33
plugins {
44
alias(libs.plugins.bitnagil.android.application)
55
alias(libs.plugins.bitnagil.android.hilt)
6-
alias(libs.plugins.kotlin.serialization)
6+
alias(libs.plugins.bitnagil.kotlin.serialization)
77
}
88

99
android {
10-
namespace = "com.threegap.bitnagil"
11-
1210
val properties =
1311
Properties().apply {
1412
val propFile = rootProject.file("local.properties")

0 commit comments

Comments
 (0)