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(
172
172
173
173
protoSourceSet.generateTask.set(bufGenerateTask)
174
174
175
+ // todo fix for common source sets
175
176
tasks.withType<KotlinCompile >().configureEach {
176
177
// compileKotlin - main
177
178
// compileTestKotlin - test
@@ -276,7 +277,6 @@ internal open class DefaultGrpcExtension @Inject constructor(
276
277
}
277
278
278
279
options.put(" debugOutput" , " protoc-gen-kotlin-multiplatform.log" )
279
- options.put(" messageMode" , " interface" )
280
280
options.put(" explicitApiModeEnabled" , project.provider {
281
281
project.the<KotlinBaseExtension >().explicitApi != ExplicitApiMode .Disabled
282
282
})
You can’t perform that action at this time.
0 commit comments