Skip to content

Commit

Permalink
Fix KSP failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 6, 2024
1 parent 205d644 commit 3521fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ plugins {
alias(libs.plugins.ksp)
}

// TODO: https://github.com/google/ksp/issues/1823
project.setProperty("ksp.useKSP2", false)

@OptIn(ExperimentalKotlinGradlePluginApi::class)
kotlin {
applyDefaultHierarchyTemplate {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ktor = "2.3.11"
kmongo = "4.11.0"
kord = "0.14.0"
mikbot = "3.33.1"
ksp = "2.0.0-1.0.21"
ksp = "2.0.0-1.0.22"
kordex = "1.8.0-SNAPSHOT"
android = "8.4.1"
compose = "1.6.10"
Expand Down

0 comments on commit 3521fe9

Please sign in to comment.