Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.5.21

This commit is contained in:
Renovate Bot 2021-07-13 11:18:51 +00:00
parent effb276aa8
commit a6f0636b4a
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
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"
}