apply plugin: 'com.huawei.ohos.hap' ohos { compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) implementation project(path: ':lib') testCompile 'junit:junit:4.12' // implementation 'com.gitee.chinasoft_ohos:AsymmetricGridview:0.0.1-SNAPSHOT' }