tachiyomi/build.gradle.kts

17 lines
360 B
Plaintext
Raw Normal View History

buildscript {
dependencies {
classpath(libs.android.shortcut.gradle)
classpath(libs.google.services.gradle)
classpath(libs.aboutLibraries.gradle)
classpath(libs.sqldelight.gradle)
}
}
2015-09-24 15:27:43 +00:00
plugins {
2023-01-19 03:33:56 +00:00
alias(kotlinx.plugins.serialization) apply false
2020-04-25 18:30:14 +00:00
}
tasks.register<Delete>("clean") {
delete(rootProject.buildDir)
}