This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
tachiyomi/buildSrc/build.gradle.kts

15 lines
235 B
Text
Raw Normal View History

2020-04-25 14:30:14 -04:00
plugins {
`kotlin-dsl`
}
dependencies {
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinLibs.versions.kotlin.version.get()}")
implementation(gradleApi())
}
2020-04-25 14:30:14 -04:00
repositories {
mavenCentral()
google()
2020-04-25 14:30:14 -04:00
}