File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed
Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 88}
99
1010dependencies {
11- implementation project(path : ' :GoRouter-Annotation' )
11+ // implementation project(path: ':GoRouter-Annotation')
12+ implementation ' com.github.wyjsonGo.GoRouter:GoRouter-Annotation:1.1.0'
1213
1314 annotationProcessor ' com.google.auto.service:auto-service:1.0.1'
1415 compileOnly ' com.google.auto.service:auto-service-annotations:1.0.1'
Original file line number Diff line number Diff line change @@ -26,5 +26,6 @@ android {
2626dependencies {
2727 implementation ' androidx.appcompat:appcompat:1.6.1'
2828 implementation ' com.google.code.gson:gson:2.10.1'
29- api project(path : ' :GoRouter-Annotation' )
29+ // api project(path: ':GoRouter-Annotation')
30+ api ' com.github.wyjsonGo.GoRouter:GoRouter-Annotation:1.1.0'
3031}
Original file line number Diff line number Diff line change 9292 ```groovy
9393 dependencies {
9494 // x.x.x 替换为jitpack最新版本
95- annotationProcessor 'com.github.wyjsonGo.GoRouter: GoRouter-Compiler:x.x.x'
95+ annotationProcessor 'com.github.wyjsonGo.GoRouter:GoRouter-Compiler:x.x.x'
9696 }
9797 ```
9898
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ android {
3838dependencies {
3939 api ' androidx.appcompat:appcompat:1.6.1'
4040
41- api project(path : ' :GoRouter' )
42- annotationProcessor project(path : ' :GoRouter-Compiler' )
43- // api 'com.github.wyjsonGo.GoRouter:GoRouter:1.1.0'
44- // annotationProcessor 'com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.0'
41+ // api project(path: ':GoRouter')
42+ // annotationProcessor project(path: ':GoRouter-Compiler')
43+ api ' com.github.wyjsonGo.GoRouter:GoRouter:1.1.0'
44+ annotationProcessor ' com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.0'
4545}
Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ android {
4040
4141dependencies {
4242 api project(path : ' :module_common' )
43- annotationProcessor project(path : ' :GoRouter-Compiler' )
44- // annotationProcessor 'com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.0'
43+ // annotationProcessor project(path: ':GoRouter-Compiler')
44+ annotationProcessor ' com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.0'
4545}
Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ android {
4040
4141dependencies {
4242 api project(path : ' :module_common' )
43- annotationProcessor project(path : ' :GoRouter-Compiler' )
44- // annotationProcessor 'com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.0'
43+ // annotationProcessor project(path: ':GoRouter-Compiler')
44+ annotationProcessor ' com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.0'
4545}
You can’t perform that action at this time.
0 commit comments