blob: 01e526c489db1af89e59d55a148a90ca72dfc50a [file] [log] [blame]
maxwenf2fe1c92021-10-20 21:05:29 +02001// Top-level build file where you can add configuration options common to all sub-projects/modules.
2buildscript {
3 repositories {
4 google()
5 mavenCentral()
6 }
7 dependencies {
8 classpath "com.android.tools.build:gradle:7.0.3"
9 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0-RC"
10
11 // NOTE: Do not place your application dependencies here; they belong
12 // in the individual module build.gradle files
13 }
14}
15
16task clean(type: Delete) {
17 delete rootProject.buildDir
18}