Skip to content

Commit

Permalink
chore: correct mismatched module namespaces in core module
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Mar 4, 2025
1 parent 090a9c9 commit 905cc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion core/database/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 905cc98

Please sign in to comment.