[6.2.0] fix bug of spi

This commit is contained in:
zhongchao
2023-11-14 18:39:19 +08:00
parent 3bef6cd9ea
commit 4b347cc53d

View File

@@ -52,6 +52,8 @@ dependencies {
implementation project(':core:mogo-core-utils')
implementation project(':core:mogo-core-data')
}
annotationProcessor 'com.elegant.spi:compiler:1.0.3'
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()