In KMP Application, if i put some json file in commonMain/resources, i should be able to read it from NSBundle.main?
Or there are extra steps involved? Do i need to set something in xcode project? Because right now, the file is not found in the bundle.
Also do i need to manually add "commonMain/resources" to the sourceSet resources? Or it's taken care for me automatically?