diff --git a/core/data/build.gradle.kts b/core/data/build.gradle.kts index 88e52d0..8621ed5 100644 --- a/core/data/build.gradle.kts +++ b/core/data/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("template.convention.kmp.ios") } -android.namespace = "dev.yjyoon.template.core.common" +android.namespace = "dev.yjyoon.template.core.data" kotlin { sourceSets { diff --git a/core/database/build.gradle.kts b/core/database/build.gradle.kts index 5382123..f021329 100644 --- a/core/database/build.gradle.kts +++ b/core/database/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("template.convention.room") } -android.namespace = "dev.yjyoon.template.core.model" +android.namespace = "dev.yjyoon.template.core.database" kotlin { sourceSets {