Hi guys, just wondering as I stumbled on the DSL. ...
# getting-started
j
Hi guys, just wondering as I stumbled on the DSL. It looks great and gives me clarity. What's the best use case to use it? Just saw it here in action https://play.kotlinlang.org/byExample/09_Kotlin_JS/06_HtmlBuilder
d
Make your own use case ;)
j
where have you tried it? 🙂
just realized, I'm already using the DSL. I saw this blog https://www.cuba-platform.com/blog/kotlin-dsl-from-theory-to-practice
What I was referring to is the
infix
(context control)
d
I exercise it using kotlin gradle DSL.
j