[PLUGIN API] Do postprocess after symbol resolve

This commit is contained in:
Roman Artemev
2020-05-06 12:54:47 +03:00
committed by romanart
parent 92befaac5d
commit 7737c76540
3 changed files with 7 additions and 5 deletions
@@ -537,7 +537,7 @@ abstract class KotlinIrLinker(
deserializersForModules.values.forEach { it.init() }
}
fun postProcess() {
override fun postProcess() {
deserializersForModules.values.forEach { it.postProcess() }
finalizeExpectActualLinker()
}