Bump kotlin-gradle-plugin from 1.6.10 to 1.6.21

Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-20 10:45:49 +00:00 committed by Wisest_wizard
parent 50772d127e
commit 7164cfb44d

View File

@ -1,6 +1,6 @@
buildscript {
ext{
kotlin_version = '1.6.10'
kotlin_version = '1.6.21'
nav_version = "2.5.0-alpha01"
}