Skip to content

Commit 86e660b

Browse files
committed
Upgrade ksp to 1.0.2
1 parent 190e9ab commit 86e660b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxhttp-compiler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation 'com.squareup:kotlinpoet-javapoet:1.10.2'
1111
// implementation "com.github.liujingxing.rxhttp:rxhttp-annotation:${rxhttp_version}"
1212
implementation project(":rxhttp-annotation")
13-
implementation "com.google.devtools.ksp:symbol-processing-api:1.6.0-1.0.1"
13+
implementation "com.google.devtools.ksp:symbol-processing-api:1.6.10-1.0.2"
1414
}
1515

1616
sourceCompatibility = "8"

0 commit comments

Comments
 (0)