[KLIB] Improve klib debugging implementing KotlinLibrary.toString()
This commit is contained in:
@@ -230,7 +230,11 @@ open class KotlinLibraryImpl(
|
|||||||
) : KotlinLibrary,
|
) : KotlinLibrary,
|
||||||
BaseKotlinLibrary by base,
|
BaseKotlinLibrary by base,
|
||||||
MetadataLibrary by metadata,
|
MetadataLibrary by metadata,
|
||||||
IrLibrary by ir
|
IrLibrary by ir {
|
||||||
|
override fun toString(): String {
|
||||||
|
return "[Klib: ${base.libraryFile.name}, file: ${base.libraryFile.path}]"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
fun createKotlinLibrary(
|
fun createKotlinLibrary(
|
||||||
libraryFile: File,
|
libraryFile: File,
|
||||||
|
|||||||
Reference in New Issue
Block a user