mbonnin
06/12/2024, 5:10 PM.klib
file? Similar to META-INF/...
in the JVM world but for other platforms?Alexander.Likhachev
06/17/2024, 5:03 AMmbonnin
06/17/2024, 7:28 AMdmitriy.dolovov
06/17/2024, 7:47 AMmbonnin
06/17/2024, 7:59 AMmbonnin
06/17/2024, 8:01 AMMETA-INF
and I could probably do this manually but then I’m not sure:
• what path to use to be a good citizen and not clobber someone’s else data?
• where to hook in the build process so that I can reuse the existing artifact and publication flowdmitriy.dolovov
06/17/2024, 8:10 AMI don’t need ressources per-say (like JVM resources), i.e. I “just” need a compile-time way to get that information. It’s not going to be used at runtime. (edited)We see any data that is added to KLIBs and that was not supposed to be stored in KLIBs by design as resources.
dmitriy.dolovov
06/17/2024, 8:11 AMIt’s fine if it’s “just” a path inside the zip file likeIt's not guaranteed to be supported, sorry. I would suggest to consider storing your data outside of KLIBs.and I could probably do this manually but then I’m not sure:META-INF
mbonnin
06/17/2024, 8:11 AM