[KLIB] Provide required API for IC invalidation

This commit is contained in:
Roman Artemev
2021-08-20 16:33:36 +03:00
committed by TeamCityServer
parent 4ad2572085
commit 76690c081a
5 changed files with 20 additions and 2 deletions
@@ -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 {