diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c5d85573b..eafe64695 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "1.9.23" -ksp = "1.9.23-1.0.19" # depends on Kotlin version +ksp = "1.9.23-1.0.20" # depends on Kotlin version composeCompiler = "1.5.11" # depends on Kotlin version compilerTesting = "1.5.0" destinations = "1.10.2" # update this alongside with compiler version