mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
9 lines
221 B
Groovy
9 lines
221 B
Groovy
plugins {
|
|
id 'com.android.application' version '9.2.1' apply false
|
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21' apply false
|
|
}
|
|
|
|
tasks.register('clean', Delete) {
|
|
delete(rootProject.layout.buildDirectory)
|
|
}
|