Add protobuf generated sources to the sourceSets

And update to version 3.23.4.
pull/752/head
Simon Marquis 2 years ago committed by Márton Braun
parent 2731e9817b
commit f7ed38182d

@ -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 {
implementation(project(":core:common"))
implementation(project(":core:model"))

@ -45,7 +45,7 @@ kotlinxSerializationJson = "1.5.1"
ksp = "1.9.0-1.0.11"
lint = "30.3.1"
okhttp = "4.10.0"
protobuf = "3.23.0"
protobuf = "3.23.4"
protobufPlugin = "0.9.3"
retrofit = "2.9.0"
retrofitKotlinxSerializationJson = "1.0.0"

Loading…
Cancel
Save