[JS IR BE] Support JS IR in maven plugin
This commit is contained in:
@@ -78,6 +78,7 @@ object LibraryUtils {
|
||||
return manifestFound && irFound
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
fun isKotlinJavascriptIrLibrary(candidate: File): Boolean {
|
||||
return when {
|
||||
FileUtil.isJarOrZip(candidate) -> isZippedKlib(candidate)
|
||||
|
||||
Reference in New Issue
Block a user