diff --git a/tlv-ksp/build.gradle b/tlv-ksp/build.gradle index d2c6c99..a027d2a 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:2.0.21-1.0.25" + implementation "com.google.devtools.ksp:symbol-processing-api:2.0.21-1.0.27" testImplementation 'junit:junit:4.13.2' }