Konstantin Tskhovrebov
10/05/2023, 4:26 PMkdoctor -a
inside the project root and see a report! 👨⚕️Pablichjenkov
10/05/2023, 4:52 PMJacob Ras
10/05/2023, 5:02 PM*.klib
library artifact, which can be consumed by Kotlin/Native itself as a dependency but cannot be executed or used as a native library"
So this klib seems like an intermediate format that knows about my targets but cannot be executed on its own. Like a .jar
, it seems to me. Later, when used in an actual KMP project that outputs an iOS framework, the actual iOS code gets compiled. But it seems it's already doing some iOS compilation before that, else I would be able to compile it on my Windows machine. Is there perhaps some documentation on the Klib format?a-dd
10/05/2023, 5:12 PMPablichjenkov
10/05/2023, 5:45 PMJacob Ras
10/05/2023, 6:14 PMPablichjenkov
10/05/2023, 6:22 PM