Skip to content

Commit

Permalink
[CHORE] #12 - Add Module Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb1217 committed Mar 6, 2022
1 parent 4c1e8db commit 10c0c36
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions features/farewell/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ android {
}

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

implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.appcompat:appcompat:1.4.1")
Expand Down
1 change: 1 addition & 0 deletions features/home/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ android {
dependencies {
implementation(project(":core:"))
implementation(project(":features:calendar:"))
implementation(project(":features:farewell:"))

// Android Core
implementation(KotlinDependencies.kotlin)
Expand Down

0 comments on commit 10c0c36

Please sign in to comment.