File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.application'
3- // id 'com.wyjson.gorouter'
3+ id ' com.wyjson.gorouter'
44}
55
66android {
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
33 dependencies {
4- // classpath "com.github.wyjsonGo.GoRouter:GoRouter-Gradle-Plugin:${VERSION}"
4+ classpath " com.github.wyjsonGo.GoRouter:GoRouter-Gradle-Plugin:${ VERSION} "
55 }
66}
77
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ android {
3636dependencies {
3737 api ' androidx.appcompat:appcompat:1.6.1'
3838
39- api project(path : ' :GoRouter-Api' )
40- annotationProcessor project(path : ' :GoRouter-Compiler' )
39+ // api project(path: ':GoRouter-Api')
40+ // annotationProcessor project(path: ':GoRouter-Compiler')
4141
42- // api "com.github.wyjsonGo.GoRouter:GoRouter-Api:${VERSION}"
43- // annotationProcessor "com.github.wyjsonGo.GoRouter:GoRouter-Compiler:${VERSION}"
42+ api " com.github.wyjsonGo.GoRouter:GoRouter-Api:${ VERSION} "
43+ annotationProcessor " com.github.wyjsonGo.GoRouter:GoRouter-Compiler:${ VERSION} "
4444}
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ android {
3838
3939dependencies {
4040 api project(path : ' :module_common' )
41- annotationProcessor project(path : ' :GoRouter-Compiler' )
42- // annotationProcessor "com.github.wyjsonGo.GoRouter:GoRouter-Compiler:${VERSION}"
41+ // annotationProcessor project(path: ':GoRouter-Compiler')
42+ annotationProcessor " com.github.wyjsonGo.GoRouter:GoRouter-Compiler:${ VERSION} "
4343}
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ android {
3838
3939dependencies {
4040 api project(path : ' :module_common' )
41- annotationProcessor project(path : ' :GoRouter-Compiler' )
42- // annotationProcessor "com.github.wyjsonGo.GoRouter:GoRouter-Compiler:${VERSION}"
41+ // annotationProcessor project(path: ':GoRouter-Compiler')
42+ annotationProcessor " com.github.wyjsonGo.GoRouter:GoRouter-Compiler:${ VERSION} "
4343}
You can’t perform that action at this time.
0 commit comments