diff --git a/tlv-ksp/build.gradle b/tlv-ksp/build.gradle index 03c2b8c..4373817 100644 --- a/tlv-ksp/build.gradle +++ b/tlv-ksp/build.gradle @@ -8,7 +8,7 @@ plugins { dependencies { implementation project(path: ':tlv') - implementation "com.google.devtools.ksp:symbol-processing-api:1.9.24-1.0.20" + implementation "com.google.devtools.ksp:symbol-processing-api:2.0.0-1.0.21" testImplementation 'junit:junit:4.13.2' }