Merge pull request #1644 from austinhuang0131/renovate/org.jetbrains.kotlin-kotlin-gradle-plugin-1.x

Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.5.21
This commit is contained in:
Austin Huang 2021-07-13 09:14:03 -04:00 committed by GitHub
commit 2c8ed1a8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
buildscript {
ext{
kotlin_version = '1.5.20'
kotlin_version = '1.5.21'
nav_version = "2.4.0-alpha04"
}