Skip to content

Commit

Permalink
➕ Re-add Compose Activity dependency
Browse files Browse the repository at this point in the history
Dependency re-added as a `implementation` rather than a
`androidTestImplementation`.
  • Loading branch information
igorescodro committed Oct 12, 2022
1 parent c135f7b commit f24fb60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/task/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
androidTestImplementation(projects.libraries.test)

implementation(libs.androidx.playcore)
implementation(libs.compose.activity)

implementation(libs.koin.android)
implementation(libs.koin.compose)
Expand Down

0 comments on commit f24fb60

Please sign in to comment.