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