10 lines
No EOL
199 B
Kotlin
10 lines
No EOL
199 B
Kotlin
plugins {
|
|
alias(deps.plugins.android.library)
|
|
alias(deps.plugins.kotlin.android)
|
|
id("configuration")
|
|
}
|
|
|
|
dependencies {
|
|
/** AndroidX */
|
|
implementation(deps.androidx.fragment.ktx)
|
|
} |