mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 07:27:32 +01:00
14 lines
235 B
Text
14 lines
235 B
Text
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinLibs.versions.kotlin.version.get()}")
|
|
|
|
implementation(gradleApi())
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
google()
|
|
}
|