Sebastien Leclerc Lavallee
build.gradle
allprojects { ext.runProtoGen = { inPath, outPath, kotlinPackage = null, logLevel = null, inSubPath = null -> [...] } }
tapchicoma
allprojects { subProject -> subProject.ext["runProtoGen"] = { ... } }
val runProtoGen = project.ext["runProtoGen"] as (Some, Some) -> Some
by extra
A modern programming language that makes developers happier.