File tree Expand file tree Collapse file tree 4 files changed +325
-4
lines changed
Expand file tree Collapse file tree 4 files changed +325
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ buildscript {
3030plugins {
3131 alias(libs. plugins. kotlin. compose)
3232 id " com.diffplug.spotless" version " 6.25.0"
33- id " org.jetbrains.kotlin.kapt" version " 2.1.10 "
34- id " com.google.devtools.ksp" version " 2.1.10 -1.0.31 " apply false
33+ id " org.jetbrains.kotlin.kapt" version " 2.1.20 "
34+ id " com.google.devtools.ksp" version " 2.1.20 -1.0.32 " apply false
3535}
3636
3737apply plugin : " com.android.application"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 documentScannerVersion = " 1.1.1"
2222 espressoVersion = " 3.6.1"
2323 jacoco_version = " 0.8.12"
24- kotlin_version = " 2.1.10 "
24+ kotlin_version = " 2.1.20 "
2525 markwonVersion = " 4.6.2"
2626 mockitoVersion = " 4.11.0"
2727 mockitoKotlinVersion = " 4.1.0"
Original file line number Diff line number Diff line change 33
44[versions ]
55splash-screen = " 1.0.1"
6- kotlin = " 2.1.10 "
6+ kotlin = " 2.1.20 "
77composeBom = " 2025.03.00"
88spotbugsGradlePlugin = " 6.1.7"
99
You can’t perform that action at this time.
0 commit comments