COMPATIBLE_METADATA_VERSION
The latest stable metadata version supported by this version of the library. The library can read Kotlin metadata produced by Kotlin compilers from 1.0 up to and including this version + 1 minor.
For example, if the latest supported stable Kotlin version is 1.7.0, kotlinx-metadata-jvm can read binaries produced by Kotlin compilers from 1.0 to 1.8.* inclusively. In this case, this property will have the value [1, 7, 0]
.