Gcam-Services-Provider/build.gradle
dependabot[bot] 0f16714cf2
Bump org.jetbrains.kotlin.android from 1.9.20 to 1.9.21
Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.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>
2023-11-24 05:30:18 +00:00

12 lines
262 B
Groovy

buildscript {
ext.kotlin_version = '1.9.21'
}
plugins {
id "com.android.application" version '8.1.1' apply false
id "org.jetbrains.kotlin.android" version "$kotlin_version" apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}