fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.0.21

This commit is contained in:
renovate[bot] 2024-10-10 14:43:57 +00:00 committed by GitHub
parent 3458a826c4
commit 018318f626
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript {
ext {
kotlinVersion = '2.0.20'
kotlinVersion = '2.0.21'
commonsVersion = '2.3.1'
}
repositories {