Not able to read json files from Kotlin Multiplatform library working for android but not working for iOS
I’m using KMM library in my project. I want to access local json files in both iOS and Android from shared resources. I don’t want to use files from iOS App.
I have written following code in shared/src/commonMain/iOSMain but its not working
How to detect Lifecycle of iOS app in Compose Multiplatform
I implemented the lifecycle detector for iOS in the Compose Multiplatform Project using the below code.