File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ dependencies {
8989 implementation(libs.androidx.constraintlayout)
9090 implementation(libs.androidx.core.ktx)
9191 implementation(libs.google.material)
92+ implementation(libs.kotlinx.coroutines.core)
9293
9394 testImplementation(libs.junit)
9495 androidTestImplementation(libs.androidx.junit)
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ dependencies {
3737 // To build with the release dependencies, you need use the LIVE repository in settings.gradle
3838 releaseImplementation(libs.pos.mobile.release)
3939
40- implementation(libs.kotlinx.coroutines.core)
4140 implementation(libs.androidx.core.ktx)
4241 implementation(libs.androidx.appcompat)
4342 implementation(libs.google.material)
You can’t perform that action at this time.
0 commit comments