Skip to content

Commit

Permalink
Bump kotlinVersion from 1.9.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps `kotlinVersion` from 1.9.0 to 2.0.0.

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.0 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.0...v2.0.0)

Updates `org.jetbrains.kotlin.android` from 1.9.0 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.0...v2.0.0)

Updates `org.jetbrains.kotlin.kapt` from 1.9.0 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 51c6cb6 commit 65acda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gsonVersion = "2.10.1"
hiltNavigationComposeVersion = "1.2.0"
hiltVersion = '2.49'
jUnitVersion = "4.13.2"
kotlinVersion = "1.9.24"
kotlinVersion = "2.0.0"
kotlinCoroutineAdapter = "0.9.2"
kotlinCoroutinePlayServicesVersion = "1.8.0"
kotlinxImmutable = "0.3.5"
Expand Down

0 comments on commit 65acda6

Please sign in to comment.