even if kotlin doesn’t have support for it out of ...
# ios
r
even if kotlin doesn’t have support for it out of the box, is there a way to get additional files into the Framework’s NSBundle?
g
I think you can’t add files to the framework and would need to create a separate bundle for that. You could take a look at Moko Resources. This plugin creates a bundle containing resources like e.g. images and colors
r
will have a look, thank you! 🙂
d
I had to create a wrapper xcode framework that added the resources and referenced them from there - please let me know if you find something easier