Gcam-Services-Provider/build.gradle
dependabot[bot] fa11752fc4
Bump org.jetbrains.kotlin.android from 2.0.10 to 2.0.20
Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.0.10 to 2.0.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20)

---
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>
2024-08-23 05:34:59 +00:00

12 lines
262 B
Groovy

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