diff --git a/app/build.gradle b/app/build.gradle index 88a9f107..4f602d20 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -198,12 +198,12 @@ dependencies { implementation(libs.arouter.api.v150) //annotationProcessor annotationProcessor libs.arouter.compiler + implementation project(':MainModule') // implementation project(':modulevocal') // 必须 // annotationProcessor project(':modulevocal') // 关键! // api project(":moduleUtil") // api project(":moduleLogin") - implementation project(':modulemain') //aar的名称,例如:WbCloudFaceLiveSdk-v6.0.0-1234567.aar,填入'WbCloudFaceLiveSdk-v6.0.0-1234567' // implementation(name: 'WbCloudFaceLiveSdk-face-v6.6.2-8e4718fc', ext: 'aar') diff --git a/settings.gradle b/settings.gradle index 6c6d8446..044c79f4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -47,9 +47,9 @@ dependencyResolutionManagement { rootProject.name = "羽声语音" include ':app' -include ':moduleUtil' //工具模块 +include ':BaseModule' //工具模块 //include ':moduleLogin' //登录模块 -include ':modulemain' //首页模块 +include ':MainModule' //首页模块 //include ':modulevoice' //声播模块 include ':moduletablayout' //include ':modulecircle' //语圈模块