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