Can somebody share some info how `plugins` section...
# gradle
b
Can somebody share some info how
plugins
sections works in Gradle-kotlin? i.e. it's a part of DSL, so you have to run DSL (or at least parse AST) to figure out which classes to run before executing DSL to configure the project. Is it somehow worked around, or it's not supported at all?