There’s an interesting update regarding Kotlin lam...
# kotlin-dsl
v
There’s an interesting update regarding Kotlin lambdas: https://youtrack.jetbrains.com/issue/KT-15514/Annotate-blocks-that-are-being-executed-ou[…]he-current-call-frame-and-warn-on-captured-vars-into-them They consider adding the notion of “non-local lambdas”. I am not sure it helps Gradle directly, however, it might be it would prevent cases like “forgotten
doLast
👀 2