Fix webpack dsl with closure

(cherry picked from commit 795e0eef200bb24b9cba06002b48737c01de02be)
This commit is contained in:
ilgonmic
2019-07-14 19:05:51 +03:00
committed by Sergey Rostov
parent deb6b7105a
commit b8400a16f0
@@ -48,7 +48,7 @@ interface KotlinJsBrowserDsl : KotlinJsSubTargetDsl {
fun webpackTask(body: KotlinWebpack.() -> Unit)
fun webpackTask(fn: Closure<*>) {
testTask {
webpackTask {
ConfigureUtil.configure(fn, this)
}
}