diff --git a/tlv-ksp/build.gradle b/tlv-ksp/build.gradle index 44949a6..47f9c6b 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.28" + implementation "com.google.devtools.ksp:symbol-processing-api:2.1.0-1.0.29" testImplementation 'junit:junit:4.13.2' }