blob: 88e693df42f8a9f83aa04ba01f16ebf7d6b55c27 [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 {
maxwen7bc91ae2022-05-23 23:44:16 +02008 classpath 'com.android.tools.build:gradle:7.2.0'
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}