chore(deps): bump org.jetbrains.kotlin.android from 1.9.24 to 2.0.0 in /snippets (#1598)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-21 12:25:04 +00:00 committed by GitHub
parent ac7cb5e169
commit 7e45eabdb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ buildscript {
plugins {
id 'com.android.application' version '8.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
}
task clean(type: Delete) {