Has there been any progress in Kotlin 1.1 on limit...
# gradle
f
Has there been any progress in Kotlin 1.1 on limiting the scope of a lambda's receiver? In a Kotlin Builder DSL having access to multiple levels of enclosing receivers is an acknowledged problem (Kotlin In Action 11.2.2 Using lambdas with receiver in HTML builders footnote 42: "Kotlin 1.1 will provide tools to constrain the availability of outer receivers in lambdas", Discussion in the forums https://discuss.kotlinlang.org/t/extension-functions-inside-class/515/3 : "abreslav JetBrains Team Aug '14 ... We are also aware of the issue of limiting the scope of extensions (like String.plus) for DSL purposes. We have some ideas about it, but no final decision." )