We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190e9ab commit 86e660bCopy full SHA for 86e660b
rxhttp-compiler/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
implementation 'com.squareup:kotlinpoet-javapoet:1.10.2'
11
// implementation "com.github.liujingxing.rxhttp:rxhttp-annotation:${rxhttp_version}"
12
implementation project(":rxhttp-annotation")
13
- implementation "com.google.devtools.ksp:symbol-processing-api:1.6.0-1.0.1"
+ implementation "com.google.devtools.ksp:symbol-processing-api:1.6.10-1.0.2"
14
}
15
16
sourceCompatibility = "8"
0 commit comments