Provide the same createKotlinLibrary even in multi-component situation
This commit is contained in:
committed by
alexander-gorshenev
parent
8b036ace26
commit
f58a6e054c
@@ -260,6 +260,8 @@ fun createKotlinLibraryComponents(
|
||||
}
|
||||
}
|
||||
|
||||
fun createKotlinLibrary(libraryFile: File): KotlinLibrary = resolveSingleFileKlib(libraryFile)
|
||||
|
||||
val File.isPre_1_4_Library: Boolean
|
||||
get() {
|
||||
val baseAccess = BaseLibraryAccess<KotlinLibraryLayout>(this, null)
|
||||
|
||||
Reference in New Issue
Block a user