Priyanka Jadhav
08/06/2024, 10:00 AMval bundle = NSBundle.mainBundle
val path = bundle.pathForResource(name = "sample2", ofType = "json") ?: "File not found"
I have put my json files in commonMain/resources/sample2.json
I have also try by putting it in commonMain/resources/iOSMain/sample2.json Still its not working.
Any suggestions?Priyanka Jadhav
08/06/2024, 10:12 AMFrançois
08/06/2024, 10:14 AMPriyanka Jadhav
08/06/2024, 10:14 AMFrançois
08/06/2024, 10:15 AMNSBundle.mainBundle
in this caseFrançois
08/06/2024, 10:15 AMFrançois
08/06/2024, 10:15 AMPriyanka Jadhav
08/06/2024, 10:16 AMFrançois
08/06/2024, 10:17 AM