Commonized FileRegistry with SourceFileMap for klib metadata

This commit is contained in:
Alexander Gorshenev
2019-10-05 01:23:02 +03:00
committed by alexander-gorshenev
parent b7a0546634
commit e5dbec4523
11 changed files with 336 additions and 1054 deletions
@@ -22,7 +22,7 @@ fun String.parseKonanAbiVersion(): KotlinAbiVersion {
data class KotlinAbiVersion(val version: Int) {
companion object {
val CURRENT = KotlinAbiVersion(16)
val CURRENT = KotlinAbiVersion(17)
}
override fun toString() = "$version"
}