Skip to content

Commit

Permalink
Added the correct version for 'com.google.devtools.ksp' after Kotlin …
Browse files Browse the repository at this point in the history
…version update.
  • Loading branch information
AbanobNageh committed Dec 3, 2024
1 parent a559173 commit ce6ea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {

plugins {
id 'org.jetbrains.kotlin.plugin.compose' version "$kotlin_version"
id 'com.google.devtools.ksp' version "$kotlin_version-1.0.25" apply false
id 'com.google.devtools.ksp' version "$kotlin_version-1.0.29" apply false
}

composeCompiler {
Expand Down

0 comments on commit ce6ea8e

Please sign in to comment.