Skip to content

Commit 33c2c92

Browse files
authored
Merge pull request #6 from wyjsonGo/develop
publish v1.1.0 1.添加注解注册路由功能 2.修复注入参数inject方法错误
2 parents e62bf9d + 5d5eef2 commit 33c2c92

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

GoRouter-Compiler/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ java {
88
}
99

1010
dependencies {
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
}

module_common/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)