K2: add KlibDeserializedContainerSource.isFromNativeInteropLibrary
This will be required when serializing IR symbols referring declarations from interop libraries.
This commit is contained in:
committed by
Space Team
parent
6877b2fc55
commit
b1e3226ed5
+1
@@ -145,6 +145,7 @@ class KlibBasedSymbolProvider(
|
||||
resolvedLibrary: KotlinResolvedLibrary,
|
||||
packageFqName: FqName
|
||||
) = KlibDeserializedContainerSource(
|
||||
resolvedLibrary.library,
|
||||
moduleHeaders[resolvedLibrary]!!,
|
||||
deserializationConfiguration,
|
||||
packageFqName
|
||||
|
||||
Reference in New Issue
Block a user