Fix warnings in JS/WASM modules
This commit is contained in:
@@ -302,9 +302,6 @@ fun createKotlinLibraryComponents(
|
||||
}
|
||||
}
|
||||
|
||||
@Deprecated("Use resolveSingleFileKlib() instead", replaceWith = ReplaceWith("resolveSingleFileKlib()"))
|
||||
fun createKotlinLibrary(libraryFile: File): KotlinLibrary = resolveSingleFileKlib(libraryFile)
|
||||
|
||||
fun isKotlinLibrary(libraryFile: File): Boolean = try {
|
||||
resolveSingleFileKlib(libraryFile)
|
||||
true
|
||||
@@ -320,4 +317,4 @@ val File.isPre_1_4_Library: Boolean
|
||||
val baseAccess = BaseLibraryAccess<KotlinLibraryLayout>(this, null)
|
||||
val base = BaseKotlinLibraryImpl(baseAccess, false)
|
||||
return base.has_pre_1_4_manifest
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user