Skip to content

Commit acd4dc7

Browse files
committed
Update kotlinx-metadata
1 parent 935e125 commit acd4dc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/MetadataTransformer.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class MetadataTransformer(
2626
val hdr = KotlinClassHeader(
2727
kind = map["k"] as Int?,
2828
metadataVersion = (map["mv"] as? List<Int>)?.toIntArray(),
29-
bytecodeVersion = (map["bv"] as? List<Int>)?.toIntArray(),
3029
data1 = (map["d1"] as? List<String>)?.toTypedArray(),
3130
data2 = (map["d2"] as? List<String>)?.toTypedArray(),
3231
extraString = map["xs"] as String?,
@@ -229,4 +228,4 @@ private fun AnnotationNode.setKey(key: String, value: Any?) {
229228
}
230229
}
231230
error("Annotation key '$key' is not found")
232-
}
231+
}

0 commit comments

Comments
 (0)