Skip to content

Commit

Permalink
[CHORE] #87 : core module 종속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 11, 2024
1 parent 3197b17 commit cdeca18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feature/splash/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies {
implementation(project(":core:designresource"))
implementation(project(":core:designsystem"))
implementation(project(":core:common"))
implementation(project(":core:domain"))
implementation(project(":core:model"))

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

0 comments on commit cdeca18

Please sign in to comment.