<@U1BASJRMW> commented on <@U5R5FGVH7>’s file <htt...
# dokka
u
@mkobit commented on @napperley’s file https://kotlinlang.slack.com/files/U5R5FGVH7/F782V3CPN/gradle_log_with_npe_stacktrace.txt: @napperley you can use
closureOf
or
delegateClosureOf
for some of those you can also define the
Closure
in groovy and retrieve and use it like https://github.com/gradle/kotlin-dsl/blob/master/samples/groovy-interop/build.gradle.kts#L5 hopefully the dokka plugin is updated to accept
Action<>
types to get the kotlin-dsl goodness in the future