Skip to content

Commit

Permalink
#7 Set coroutine dependency add
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Jul 12, 2022
1 parent 669a08b commit a685fcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ dependencies {
implementation(Dependency.Google.HILT_VIEWMODEL)
kapt(Dependency.Google.HILT_ANDROID_COMPILER)

implementation(Dependency.Kotlin.COROUTINE)

testImplementation(Dependency.UnitTest.JUNIT)
androidTestImplementation(Dependency.AndroidTest.ANDROID_JUNIT)
androidTestImplementation(Dependency.AndroidTest.ESPRESSO_CORE)
Expand Down
2 changes: 2 additions & 0 deletions domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ dependencies {
implementation(Dependency.Google.HILT_VIEWMODEL)
kapt(Dependency.Google.HILT_ANDROID_COMPILER)

implementation(Dependency.Kotlin.COROUTINE)

testImplementation(Dependency.UnitTest.JUNIT)
androidTestImplementation(Dependency.AndroidTest.ANDROID_JUNIT)
androidTestImplementation(Dependency.AndroidTest.ESPRESSO_CORE)
Expand Down
2 changes: 2 additions & 0 deletions presentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ dependencies {
implementation(Dependency.Google.HILT_VIEWMODEL)
kapt(Dependency.Google.HILT_ANDROID_COMPILER)

implementation(Dependency.Kotlin.COROUTINE)

testImplementation(Dependency.UnitTest.JUNIT)
androidTestImplementation(Dependency.AndroidTest.ANDROID_JUNIT)
androidTestImplementation(Dependency.AndroidTest.ESPRESSO_CORE)
Expand Down

0 comments on commit a685fcc

Please sign in to comment.