diff --git a/entry/build.gradle b/entry/build.gradle index 65c41c4b3133d18096d577ef74c8aa2f4c28a0a4..589e9fba18a0527aceeecaf0365431e58e4db0bd 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -11,11 +11,11 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' -// implementation 'com.gitee.chinasoft_ohos:router_api:0.0.2-SNAPSHOT' -// annotationProcessor 'com.gitee.chinasoft_ohos:router_compiler:0.0.2-SNAPSHOT' + implementation 'com.gitee.chinasoft_ohos:router_api:0.0.2-SNAPSHOT' + annotationProcessor 'com.gitee.chinasoft_ohos:router_compiler:0.0.2-SNAPSHOT' // 这是依赖本地方式 - annotationProcessor project(path:':router_compiler') - implementation project(path:':router_api') +// annotationProcessor project(path:':router_compiler') +// implementation project(path:':router_api') } decc { supportType = ['html','xml']