Skip to content

Commit

Permalink
moneymong-81 feat: build variants 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Dec 3, 2023
1 parent c8c4684 commit da95656
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,11 @@ android {
}

dependencies {
implementation(projects.core.ui)
implementation(projects.core.designSystem)

implementation(projects.data)
implementation(projects.domain)

implementation(projects.feature.sign)
}
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ dependencyResolutionManagement {
}

rootProject.name = "moneymong-android"

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
include(":app")
include(":data")
include(":domain")
Expand Down

0 comments on commit da95656

Please sign in to comment.