diff --git a/build.gradle b/build.gradle index 67a1642f2..b11418e25 100644 --- a/build.gradle +++ b/build.gradle @@ -16,6 +16,6 @@ buildscript { } plugins { - id 'org.jetbrains.kotlin.kapt' version '2.0.0' apply false + id 'org.jetbrains.kotlin.kapt' version '2.1.0' apply false id 'com.google.devtools.ksp' version '2.0.0-1.0.22' apply false }