12 lines
389 B
Groovy
12 lines
389 B
Groovy
dependencies {
|
|
//coroutines
|
|
api "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines"
|
|
api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines"
|
|
|
|
//live data
|
|
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle"
|
|
|
|
implementation "androidx.fragment:fragment-ktx:$fragment"
|
|
implementation "androidx.appcompat:appcompat:$appCompat"
|
|
|
|
} |