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 ff067f5 commit 66ab25bCopy full SHA for 66ab25b
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.21"
+ ext.kotlin_version = "2.2.0"
20
repositories {
21
google()
22
mavenCentral()
@@ -31,7 +31,7 @@ buildscript {
31
}
32
33
plugins {
34
- id 'org.jetbrains.kotlin.android' version '2.1.21' apply false
+ id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
35
id 'com.google.devtools.ksp' version '2.1.21-2.0.2' apply false
36
37
0 commit comments