aniyomi/build.gradle.kts
Secozzi 639d56364f
chore(deps): update kotlin and compose compiler to v2 (major)
* chore(deps): update kotlin and compose compiler to v2

* Update .gitignore

* Fix build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-07-12 19:10:02 +02:00

16 lines
362 B
Text

buildscript {
dependencies {
classpath(libs.android.shortcut.gradle)
classpath(libs.aboutLibraries.gradle)
classpath(libs.sqldelight.gradle)
classpath(libs.moko.gradle)
}
}
plugins {
alias(kotlinx.plugins.serialization) apply false
}
tasks.register<Delete>("clean") {
delete(rootProject.layout.buildDirectory)
}