File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88}
99
1010dependencies {
11- // implementation project(path: ':GoRouter-Annotation')
12- implementation ' com.github.wyjsonGo.GoRouter:GoRouter-Annotation:1.1.0'
13-
1411 annotationProcessor ' com.google.auto.service:auto-service:1.0.1'
1512 compileOnly ' com.google.auto.service:auto-service-annotations:1.0.1'
1613
1714 implementation ' com.squareup:javapoet:1.13.0'
1815
1916 implementation ' org.apache.commons:commons-lang3:3.12.0'
2017 implementation ' org.apache.commons:commons-collections4:4.4'
18+
19+ // implementation project(path: ':GoRouter-Annotation')
20+ implementation ' com.github.wyjsonGo.GoRouter:GoRouter-Annotation:1.1.0'
21+
2122}
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ dependencies {
4040
4141// api project(path: ':GoRouter')
4242// annotationProcessor project(path: ':GoRouter-Compiler')
43+
4344 api ' com.github.wyjsonGo.GoRouter:GoRouter:1.1.0'
4445 annotationProcessor ' com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.0'
4546}
You can’t perform that action at this time.
0 commit comments