What i'm actually trying to do: I have kotlin code that accept data and process it in swift and java code. Now i'm adding text file, that have some rules for logic. This file if generated by 3rd party, and i need to include in both builds. When i generate jar, file is inside, so i could read it from java and pass its content to kotlin code. I want to do same in Swift.