Hi, i want to put an asset file in kotlin multiplatform project, that it will be available directly under NSBundle.mainBundle.
How / Where do i put my files?
For android i can put files under: androidMain/assets and read them like usual with assetManager.
What is the way to do the same for iOS?
Thanks