maxwen | f2fe1c9 | 2021-10-20 21:05:29 +0200 | [diff] [blame] | 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
| 2 | buildscript { |
| 3 | repositories { |
| 4 | google() |
| 5 | mavenCentral() |
| 6 | } |
| 7 | dependencies { |
maxwen | 7bc91ae | 2022-05-23 23:44:16 +0200 | [diff] [blame] | 8 | classpath 'com.android.tools.build:gradle:7.2.0' |
maxwen | f2fe1c9 | 2021-10-20 21:05:29 +0200 | [diff] [blame] | 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 | |
| 16 | task clean(type: Delete) { |
| 17 | delete rootProject.buildDir |
| 18 | } |