blob: bae2a15f090eceb6804eea6b8e03d9adf5c3ace3 [file] [log] [blame]
Sebastiano Barezzi418f32c2022-08-01 18:04:08 +02001// Top-level build file where you can add configuration options common to all sub-projects/modules.
2plugins {
3 id 'com.android.application' version '7.2.0' apply false
4 id 'com.android.library' version '7.2.0' apply false
5 id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
6}
7
8task clean(type: Delete) {
9 delete rootProject.buildDir
10}