From d2a3e581051ca0c2afeb7c91c3aa541d6521b71f Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Wed, 7 Jul 2021 11:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E8=BF=9C=E7=A8=8B=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/entry/build.gradle b/entry/build.gradle index 65c41c4..589e9fb 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'] -- Gitee