6 lines
228 B
Kotlin
6 lines
228 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
androidLibrary version Version.gradle apply false
|
|
kotlinAndroid version Version.Kotlin.language apply false
|
|
}
|