Kotlin dsl marker

@DslMarker

The problem

When using DSLs, one might have come across the problem that too many functions can be called in the context

https://kotlinlang.org/docs/type-safe-builders.html#scope-control-dslmarker

@SpekDsl

Share