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 3a067c1 commit 1d41b7cCopy full SHA for 1d41b7c
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.10"
+ ext.kotlin_version = "2.1.20"
20
repositories {
21
google()
22
mavenCentral()
@@ -31,8 +31,8 @@ buildscript {
31
}
32
33
plugins {
34
- id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
35
- id 'com.google.devtools.ksp' version '2.1.10-1.0.31' apply false
+ id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
+ id 'com.google.devtools.ksp' version '2.1.20-1.0.31' apply false
36
37
38
allprojects {
0 commit comments