marcoferrer / kroto-plus

gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc
Apache License 2.0
493 stars 28 forks source link

Disabled dsl marker insertions are still emitted #105

Closed marcoferrer closed 4 years ago

marcoferrer commented 4 years ago

A bug was introduced where dsl insertions are still being generated even when the flag is disabled. This issue was reported originally on the Kotlin kroto+ slack channel by minisu link.

This primarily effects maven users

marcoferrer commented 4 years ago

A fix for this has been included in the v0.6.1 release