Browse Source

Bump kotlin_version from 1.6.21 to 1.7.10

Bumps `kotlin_version` from 1.6.21 to 1.7.10.

Updates `kotlin-gradle-plugin` from 1.6.21 to 1.7.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)

Updates `kotlin-stdlib` from 1.6.21 to 1.7.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:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 years ago
parent
commit
4119124940
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -1,7 +1,7 @@
 buildscript {
 buildscript {
     ext {
     ext {
         jacoco_version = '0.8.8'
         jacoco_version = '0.8.8'
-        kotlin_version = '1.6.21'
+        kotlin_version = '1.7.10'
         androidxTestVersion = "1.4.0"
         androidxTestVersion = "1.4.0"
         daggerVersion = "2.43.2"
         daggerVersion = "2.43.2"
         markwonVersion = "4.6.2"
         markwonVersion = "4.6.2"