hey, anyone got much experience using the `kotlinx...
# multiplatform
a
hey, anyone got much experience using the
kotlinx-metadata-klib
to parse a multiplatform klib? Using
KlibModuleMetadata.read
works fine for reading in a klib unless the project has atomicfu enabled, in which case the parsing fails with
java.lang.IllegalStateException: metadata-jvm doesn't have any extensions for module fragment!
If anyone is interested I have a basic sample project which demonstrates this setup using moko-kswift to read the klib file in attached to https://github.com/icerockdev/moko-kswift/issues/20