Hi Jeff, I did come across 2 of your useful posts about this. In my case I'm not sure how useful they were as we are developing an SDK that I believe doesn't have a bundle ID that I can hardcode properly into the source.
Basically I have a source file like Loader.ios.kt which amongst other things needs to load a string at compile-time with binary data. I was not able to get your solution to work in this case.
I managed to get moko-resources partially working. At least the IDE now autocompletes the resource. My issue earlier was that I had the file one-level higher located at iosMain/resources/MR/data.txt rather than iosMain/resources/MR/files/data.txt