mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
Bumps org.jetbrains.kotlin.android from 1.6.20 to 1.6.21. --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
259 B
Groovy
10 lines
259 B
Groovy
plugins {
|
|
id 'com.android.application' version '7.1.2' apply false
|
|
id 'com.android.library' version '7.1.2' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
|
|
}
|
|
|
|
task clean(type: Delete) {
|
|
delete rootProject.buildDir
|
|
}
|