[Gradle, JS] Fix propogation useCommonJs to irTarget

#KT-37036 fixed
This commit is contained in:
Ilya Goncharov
2020-02-25 19:48:31 +03:00
parent 7719dfca4a
commit ee9be61c20
@@ -197,5 +197,6 @@ constructor(
sourceMapEmbedSources = null
}
}
irTarget?.useCommonJs()
}
}