Update ksp to v2.0.20-1.0.25 (#1886)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-05 18:11:01 -04:00
committed by GitHub
parent e30c74c627
commit 38be482b5d

View File

@@ -6,7 +6,7 @@ kotlin = "2.0.0"
# No 0.5.0 full release yet due to KSP's 1.0.21 release being busted for CLI/programmatic use
kotlinCompileTesting = "0.5.0-alpha07"
kotlinpoet = "1.18.1"
ksp = "2.0.20-1.0.24"
ksp = "2.0.20-1.0.25"
[plugins]
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }