File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818
1919 implementation ' com.google.code.gson:gson:2.10.1'
2020
21- implementation project(path : ' :GoRouter-Annotation' )
22- // implementation 'com.github.wyjsonGo.GoRouter:GoRouter-Annotation:1.1.3'
21+ // implementation project(path: ':GoRouter-Annotation')
22+ implementation ' com.github.wyjsonGo.GoRouter:GoRouter-Annotation:1.1.3'
2323
2424}
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ android {
2525
2626dependencies {
2727 implementation ' androidx.appcompat:appcompat:1.6.1'
28- api project(path : ' :GoRouter-Annotation' )
29- // api 'com.github.wyjsonGo.GoRouter:GoRouter-Annotation:1.1.3'
28+ // api project(path: ':GoRouter-Annotation')
29+ api ' com.github.wyjsonGo.GoRouter:GoRouter-Annotation:1.1.3'
3030}
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ android {
3838dependencies {
3939 api ' androidx.appcompat:appcompat:1.6.1'
4040
41- api project(path : ' :GoRouter' )
42- annotationProcessor project(path : ' :GoRouter-Compiler' )
41+ // api project(path: ':GoRouter')
42+ // annotationProcessor project(path: ':GoRouter-Compiler')
4343
44- // api 'com.github.wyjsonGo.GoRouter:GoRouter:1.1.3'
45- // annotationProcessor 'com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.3'
44+ api ' com.github.wyjsonGo.GoRouter:GoRouter:1.1.3'
45+ annotationProcessor ' com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.3'
4646}
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.3'
43+ // annotationProcessor project(path: ':GoRouter-Compiler')
44+ annotationProcessor ' com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.3'
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.3'
43+ // annotationProcessor project(path: ':GoRouter-Compiler')
44+ annotationProcessor ' com.github.wyjsonGo.GoRouter:GoRouter-Compiler:1.1.3'
4545}
You can’t perform that action at this time.
0 commit comments