Skip to content

Commit

Permalink
Step1:upload arouter-gradle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jadepeakpoet committed Oct 18, 2022
1 parent 473f002 commit fe48c87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions arouter-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ android {

dependencies {
annotationProcessor project(':arouter-compiler')
// api project(':arouter-annotation')
api 'com.alibaba:arouter-annotation:1.0.6'
api project(':arouter-annotation')

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
Expand Down
14 changes: 7 additions & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ dependencyResolutionManagement {
}
}

include ':app'
include ':arouter-api'
include ':arouter-compiler'
include ':arouter-annotation'
include ':module-java'
include ':module-java-export'
include ':module-kotlin'
//include ':app'
//include ':arouter-api'
//include ':arouter-compiler'
//include ':arouter-annotation'
//include ':module-java'
//include ':module-java-export'
//include ':module-kotlin'
include ':arouter-gradle-plugin'
//include ':arouter-idea-plugin'

0 comments on commit fe48c87

Please sign in to comment.