File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ protobuf {
5252 }
5353}
5454
55+ androidComponents.beforeVariants {
56+ android.sourceSets.register(it.name) {
57+ java.srcDir(buildDir.resolve(" generated/source/proto/${it.name} /java" ))
58+ kotlin.srcDir(buildDir.resolve(" generated/source/proto/${it.name} /kotlin" ))
59+ }
60+ }
61+
5562dependencies {
5663 implementation(project(" :core:common" ))
5764 implementation(project(" :core:model" ))
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ kotlinxSerializationJson = "1.5.1"
4545ksp = " 1.9.0-1.0.11"
4646lint = " 30.3.1"
4747okhttp = " 4.10.0"
48- protobuf = " 3.23.0 "
48+ protobuf = " 3.23.4 "
4949protobufPlugin = " 0.9.3"
5050retrofit = " 2.9.0"
5151retrofitKotlinxSerializationJson = " 1.0.0"
You can’t perform that action at this time.
0 commit comments