Try creating your own extension method and only so...
# gradle
j
Try creating your own extension method and only solve the type conversion problem in that one place. I've found that can help. Something like:
Copy code
fun ProtobufConfigurator.generateProtoTasks(configuration : ProtobufConfigurator.GenerateProtoTaskCollection.() -> Unit = {} ) = delegateClosureOf(configuration)
1
g
jlleitschuh: Nope, doesn’t work, same. Just cannot resolve ProtobufConfigurator.GenerateProtoTaskCollection Really strange bug.