Configures the extensionRegistry using a DSL-style builder block.
Example:
val config = ProtoConfig {
extensions {
+MyMessage.myExtension
}
}Content copied to clipboard
Configures the extensionRegistry using a DSL-style builder block.
Example:
val config = ProtoConfig {
extensions {
+MyMessage.myExtension
}
}