[KLIB] Provide required API for IC invalidation
This commit is contained in:
committed by
TeamCityServer
parent
4ad2572085
commit
76690c081a
@@ -96,7 +96,7 @@ private val CompilerConfiguration.expectActualLinker: Boolean
|
||||
|
||||
class KotlinFileSerializedData(val metadata: ByteArray, val irData: SerializedIrFile)
|
||||
|
||||
private fun IrMessageLogger?.toResolverLogger(): Logger {
|
||||
fun IrMessageLogger?.toResolverLogger(): Logger {
|
||||
if (this == null) return DummyLogger
|
||||
|
||||
return object : Logger {
|
||||
|
||||
Reference in New Issue
Block a user