8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
|
plugins {
|
||
|
`kotlin-dsl` // enable the Kotlin-DSL
|
||
|
}
|
||
|
|
||
|
repositories {
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
}
|