Thank you as always. I'm enjoying Kotlin Native. I...
# kotlin-native
t
Thank you as always. I'm enjoying Kotlin Native. I'm just interested, but please let me know if you have any details. My understanding is that the KLib used in the Kotlin Native library uses serialized IR and does not contain native code. Currently, abi_version and ir_version are included in the library as shown below, and it seems that abi_version has increased from Kotlin 1.4.20 to 1.4.30, and abi_version seems to be used in the compatibility check. What do abi_version and ir_version stand for in this case?
Copy code
abi_version=1.4.1
metadata_version=1.4.0
ir_version=1.0.0