Skip to content

Commit

Permalink
代码简写
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Dec 30, 2023
1 parent e03154c commit a4e7e17
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rxhttp-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ apply from: '../maven.gradle'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.squareup:javapoet:1.13.0'
implementation 'com.squareup:kotlinpoet:1.14.2'
implementation 'com.squareup:kotlinpoet-ksp:1.14.2'
implementation 'com.squareup:kotlinpoet-javapoet:1.14.2'
def kotlinpoet = "1.14.2"
implementation "com.squareup:kotlinpoet:$kotlinpoet"
implementation "com.squareup:kotlinpoet-ksp:$kotlinpoet"
implementation "com.squareup:kotlinpoet-javapoet:$kotlinpoet"
// implementation "com.github.liujingxing.rxhttp:rxhttp-annotation:$rxhttp_version"
implementation project(":rxhttp-annotation")
implementation "com.google.devtools.ksp:symbol-processing-api:$ksp_version"
Expand Down

0 comments on commit a4e7e17

Please sign in to comment.