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.
2 parents d049f5d + 0930ce8 commit 5c66a6dCopy full SHA for 5c66a6d
build.gradle
@@ -8,13 +8,13 @@
8
buildscript {
9
ext {
10
daggerVersion = "2.56"
11
- kotlinVersion = "2.1.10"
+ kotlinVersion = "2.1.20"
12
}
13
14
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
plugins {
17
- id 'org.jetbrains.kotlin.plugin.compose' version '2.1.10' apply false
+ id 'org.jetbrains.kotlin.plugin.compose' version '2.1.20' apply false
18
id 'com.android.library' version '8.9.0' apply false
19
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
20
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false
0 commit comments