i see <https://plugins.gradle.org/plugin/org.jetbr...
# gradle
m
y
mkobit: no, that plugin was created specifically for the Gradle Script Kotlin usecase and is not general-purpose enough to be applied in other contexts
m
@yole thanks. I could see it being useful in other contexts where DSL-type interaction of other libraries for example, Ratpack has a similar type of DSL that it would be useful to plug right into (since they use
Action
frequently) instead of having to “wrap” most of the existing methods that take a function. - https://ratpack.io/manual/current/api/ratpack/server/RatpackServerSpec.html - https://ratpack.io/manual/current/api/ratpack/handling/Chain.html they have some Groovy type DSL support as well https://github.com/ratpack/example-books/blob/master/src/ratpack/ratpack.groovy , and wanted to try and translate it to a similar pattern for Kotlin