fix bug of annontationprocessors

This commit is contained in:
zhongchao
2021-06-10 15:44:48 +08:00
parent c0769443ff
commit 402d3dc1de

View File

@@ -38,6 +38,8 @@ dependencies {
implementation project(":foudations:mogo-commons")
implementation project(":services:mogo-service-api")
}
annotationProcessor 'com.elegant.spi:compiler:1.0.3'
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()