Cleanup: drop KlibIrVersion
Review: https://jetbrains.team/p/kt/reviews/8401 In scope of: KT-55082 Because this version isn't used for anything. We have KotlinAbiVersion to version the IR format.
This commit is contained in:
@@ -703,7 +703,6 @@ fun serializeModuleIntoKlib(
|
||||
libraryVersion = null,
|
||||
compilerVersion = KotlinCompilerVersion.VERSION,
|
||||
metadataVersion = KlibMetadataVersion.INSTANCE.toString(),
|
||||
irVersion = KlibIrVersion.INSTANCE.toString()
|
||||
)
|
||||
|
||||
val properties = Properties().also { p ->
|
||||
|
||||
Reference in New Issue
Block a user