Only allow version triples for klib metadata and ir versions
This commit is contained in:
committed by
alexander-gorshenev
parent
b0f077ff4b
commit
a923e0d130
@@ -317,7 +317,6 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
|
||||
}
|
||||
|
||||
override fun createMetadataVersion(versionArray: IntArray): BinaryVersion {
|
||||
// TODO: Support metadata versions for klibs
|
||||
return KlibMetadataVersion(*versionArray)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user