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 dadd9b5 commit 5c39725Copy full SHA for 5c39725
AndroidApp/gradle.properties
@@ -19,4 +19,5 @@ android.useAndroidX=true
19
android.enableJetifier=true
20
# Kotlin code style for this project: "official" or "obsolete":
21
kotlin.code.style=official
22
-android.experimental.enableScreenshotTest=true
+android.experimental.enableScreenshotTest=true
23
+ksp.useKSP2=true
AndroidApp/gradle/libs.versions.toml
@@ -12,7 +12,7 @@ versionName = "1.1"
12
# Library
13
agp = "8.9.3"
14
kotlin = "2.2.21"
15
-com-google-devtools-ksp = "2.2.21-2.0.4" # Kotlinのバージョンに合わせる必要がある
+com-google-devtools-ksp = "2.3.3" # Kotlinのバージョンに合わせる必要がある
16
com-jaredsburrows-license = "0.9.8"
17
androidx-core = "1.17.0"
18
androidx-appcompat = "1.7.1"
0 commit comments