Skip to content

Commit

Permalink
[CHORE] #11 : namespace 수정 및 designSystem/designResource 참조
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Oct 4, 2023
1 parent e97c775 commit a948838
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/designresource/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

android {
namespace = "com.wap.designresource"
namespace = "com.wap.wapp.core.designresource"

defaultConfig {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion core/designsystem/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
namespace = "com.wap.designsystem"
namespace = "com.wap.wapp.core.designsystem"

defaultConfig {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
3 changes: 3 additions & 0 deletions feature/auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ android {
}

dependencies {
implementation(project(":core:designresource"))
implementation(project(":core:designsystem"))

implementation(libs.bundles.androidx)
implementation(libs.material)

Expand Down

0 comments on commit a948838

Please sign in to comment.