blob: 70fc28794386265fa5558c1e4a0a57db7d57087c [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 {
maxwence01be22022-03-27 00:53:40 +01008 classpath 'com.android.tools.build:gradle:7.1.2'
maxwenf2fe1c92021-10-20 21:05:29 +02009 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}