[JS IR BE] Support JS IR in maven plugin

This commit is contained in:
Roman Artemev
2019-06-13 18:02:24 +03:00
committed by romanart
parent cc46657c99
commit 8015152bfc
2 changed files with 13 additions and 2 deletions
@@ -78,6 +78,7 @@ object LibraryUtils {
return manifestFound && irFound
}
@JvmStatic
fun isKotlinJavascriptIrLibrary(candidate: File): Boolean {
return when {
FileUtil.isJarOrZip(candidate) -> isZippedKlib(candidate)