mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-06 06:55:07 +01:00
d29b7c4e57
Should be better at incremental builds. To format, run `./gradlew ktlintFormat`.
17 lines
264 B
Plaintext
17 lines
264 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(androidxLibs.gradle)
|
|
implementation(kotlinLibs.gradle)
|
|
implementation(libs.ktlint)
|
|
implementation(gradleApi())
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
google()
|
|
}
|