|
|
@ -52,6 +52,13 @@ protobuf {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
androidComponents.beforeVariants {
|
|
|
|
|
|
|
|
android.sourceSets.register(it.name) {
|
|
|
|
|
|
|
|
java.srcDir(buildDir.resolve("generated/source/proto/${it.name}/java"))
|
|
|
|
|
|
|
|
kotlin.srcDir(buildDir.resolve("generated/source/proto/${it.name}/kotlin"))
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":core:common"))
|
|
|
|
implementation(project(":core:common"))
|
|
|
|
implementation(project(":core:model"))
|
|
|
|
implementation(project(":core:model"))
|
|
|
|