7 lines
64 B
Kotlin
7 lines
64 B
Kotlin
plugins{
|
|
`kotlin-dsl`
|
|
}
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|