5 lines
181 B
Groovy
5 lines
181 B
Groovy
dependencies {
|
|
implementation project(path: ':common')
|
|
implementation "androidx.collection:collection-ktx:$collection"
|
|
implementation "androidx.core:core-ktx:$coreKTX"
|
|
} |