blob: 64f119e33344ef7caf3fa99959245374a5436294 [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 {
Sebastiano Barezzia3d0e812022-08-06 12:42:47 +02003 id 'com.android.application' version '7.2.2' apply false
4 id 'com.android.library' version '7.2.2' apply false
Sebastiano Barezzi418f32c2022-08-01 18:04:08 +02005 id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
6}
7
8task clean(type: Delete) {
9 delete rootProject.buildDir
10}