Skip to content

Commit 5c39725

Browse files
committed
useksp2
1 parent dadd9b5 commit 5c39725

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AndroidApp/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ android.useAndroidX=true
1919
android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
22-
android.experimental.enableScreenshotTest=true
22+
android.experimental.enableScreenshotTest=true
23+
ksp.useKSP2=true

AndroidApp/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versionName = "1.1"
1212
# Library
1313
agp = "8.9.3"
1414
kotlin = "2.2.21"
15-
com-google-devtools-ksp = "2.2.21-2.0.4" # Kotlinのバージョンに合わせる必要がある
15+
com-google-devtools-ksp = "2.3.3" # Kotlinのバージョンに合わせる必要がある
1616
com-jaredsburrows-license = "0.9.8"
1717
androidx-core = "1.17.0"
1818
androidx-appcompat = "1.7.1"

0 commit comments

Comments
 (0)