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 23:27:43 +08:00
plugins {
2023-01-19 11:33:56 +08:00
alias(kotlinx.plugins.serialization) apply false
2020-04-26 02:30:14 +08:00
}
tasks.register<Delete>("clean") {
delete(rootProject.buildDir)
}