Compare commits

...

1 commit

Author SHA1 Message Date
dependabot[bot]
7eefcc6952
Bump kotlin from 1.9.23 to 2.0.0
Bumps `kotlin` from 1.9.23 to 2.0.0.

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.23 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.0.0)

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

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

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

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jetbrains.kotlin:kotlin-serialization
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 22:31:08 +00:00

View file

@ -10,7 +10,7 @@ compose-material = "1.6.7"
compose-material3 = "1.2.1"
espresso = "3.5.1"
hilt-android = "2.51.1"
kotlin = "1.9.23"
kotlin = "2.0.0"
kotlinx-serialization = "1.6.3"
kotlinx-coroutines = "1.8.1"
kotlinx-datetime = "0.6.0"