File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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 @@ -18,11 +18,11 @@ dependencyResolutionManagement {
1818
1919rootProject. name = " GoRouter"
2020
21- // include ':app'
22- // include ':module_main'
23- // include ':module_user'
24- // include ':module_kotlin'
25- // include ':module_common'
21+ include ' :app'
22+ include ' :module_main'
23+ include ' :module_user'
24+ include ' :module_kotlin'
25+ include ' :module_common'
2626
2727include ' :GoRouter-Api'
2828include ' :GoRouter-Annotation'
You can’t perform that action at this time.
0 commit comments