Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b04f672

Browse files
authoredSep 28, 2024
Update kotlinSymbolProcessing to v2
1 parent 8e16cb8 commit b04f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlinTarget = "1.8"
55

66
kotlin = "1.9.25" # https://github.com/JetBrains/kotlin/releases
77

8-
kotlinSymbolProcessing = "1.9.25-1.0.20" # https://github.com/google/ksp/releases
8+
kotlinSymbolProcessing = "2.0.20-1.0.25" # https://github.com/google/ksp/releases
99
kotlinCompileTesting = "1.6.0" # https://github.com/tschuchortdev/kotlin-compile-testing/releases
1010

1111
kotlinx-serialization = "1.6.3" # https://github.com/Kotlin/kotlinx.serialization/releases/

0 commit comments

Comments
 (0)
Please sign in to comment.