Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a961130e authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump org.jetbrains.kotlin.android from 1.9.10 to 2.0.20

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.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/v1.9.10...v2.0.20

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent b8f6061f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ import org.jetbrains.gradle.ext.taskTriggers
plugins {
    id("com.android.application") version "8.5.1" apply false
    id("com.android.library") version "8.5.1" apply false
    id("org.jetbrains.kotlin.android") version "1.9.10" apply false
    id("org.jetbrains.kotlin.android") version "2.0.20" apply false
    id("org.ec4j.editorconfig") version "0.1.0" apply false
    id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.8" apply true
}