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 d049f5d commit 0930ce8Copy full SHA for 0930ce8
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