Skip to content

Commit 6a7ac7b

Browse files
committed
Some small issues
1 parent d21e579 commit 6a7ac7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugin/src/main/kotlin/kotlinx/rpc/grpc/DefaultGrpcExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)