We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da33229 commit 511315cCopy full SHA for 511315c
build.gradle
@@ -16,7 +16,7 @@
16
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
buildscript {
19
- ext.kotlin_version = "2.1.20"
+ ext.kotlin_version = "2.1.21"
20
repositories {
21
google()
22
mavenCentral()
@@ -31,8 +31,8 @@ buildscript {
31
}
32
33
plugins {
34
- id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
35
- id 'com.google.devtools.ksp' version '2.1.20-2.0.1' apply false
+ id 'org.jetbrains.kotlin.android' version '2.1.21' apply false
+ id 'com.google.devtools.ksp' version '2.1.21-2.0.1' apply false
36
37
38
allprojects {
0 commit comments