File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
gradle-plugin/src/main/kotlin/kotlinx/rpc/grpc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ internal open class DefaultGrpcExtension @Inject constructor(
172172
173173 protoSourceSet.generateTask.set(bufGenerateTask)
174174
175+ // todo fix for common source sets
175176 tasks.withType<KotlinCompile >().configureEach {
176177 // compileKotlin - main
177178 // compileTestKotlin - test
@@ -276,7 +277,6 @@ internal open class DefaultGrpcExtension @Inject constructor(
276277 }
277278
278279 options.put(" debugOutput" , " protoc-gen-kotlin-multiplatform.log" )
279- options.put(" messageMode" , " interface" )
280280 options.put(" explicitApiModeEnabled" , project.provider {
281281 project.the<KotlinBaseExtension >().explicitApi != ExplicitApiMode .Disabled
282282 })
You can’t perform that action at this time.
0 commit comments