9 lines
230 B
Groovy
9 lines
230 B
Groovy
|
|
dependencies {
|
|
|
|
implementation project(path: ':common')
|
|
implementation project(path: ':string')
|
|
implementation "androidx.core:core-ktx:$coreKTX"
|
|
implementation "androidx.documentfile:documentfile:$documentFile"
|
|
|
|
} |