1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-04-22 19:02:16 +00:00

build: bump org.jetbrains.kotlin.android from 1.8.10 to 1.9.10

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.9.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-23 10:29:24 +00:00 committed by GitHub
parent ef680f0139
commit c3a7ee8967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ plugins {
id("com.android.library") version "7.4.1" apply false id("com.android.library") version "7.4.1" apply false
// add kotlin compatibility :> // add kotlin compatibility :>
id("org.jetbrains.kotlin.android") version "1.8.10" apply false id("org.jetbrains.kotlin.android") version "1.9.10" apply false
// Hilt // Hilt
id("com.google.dagger.hilt.android") version "2.45" apply false id("com.google.dagger.hilt.android") version "2.45" apply false