mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-10 08:13:45 +01:00
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
|
import org.gradle.kotlin.dsl.`kotlin-dsl`
|
||
|
|
||
|
plugins {
|
||
|
`kotlin-dsl`
|
||
|
}
|
||
|
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
}
|