<@U0QBCLV62> Wow, DSL is much cleaner now, works f...
# gradle
g
@bamboo Wow, DSL is much cleaner now, works fine for my project (but required IDE restart to enable syntax highlighting). The only thing that looks unnatural and confusing is workaround with
pluginBundle
and
gradlePlugin
extensions:
Copy code
gradlePlugin {
    (plugins) {
        “pluginName" { /* plugin config */ }
    }
}
Anyway, good job!
b
Thanks, @gildor!
About the workaround, yes, we need to find a way to improve on that.
g
@bamboo Thanks to you 🙏