Browse Source

1.添加健康咨询module

王鹏鹏 2 years ago
parent
commit
a8988bc4d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/build.gradle

+ 1 - 0
app/build.gradle

@@ -105,6 +105,7 @@ dependencies {
     implementation project(path: ':home')
     implementation project(path: ':mmse')
     implementation project(path: ':moca')
+    implementation project(path: ':healthconsultation')
 
     implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
     implementation(rootProject.ext.androidx.kotlin_lib)