I am working on a Kotlin Multiplatform Project and I need to access following device data
- appVersion
- connection type: Wifi or cellular
- Carrier
- Os version
- Device model
How can I access following data from an iOS as well as Android device in a kotlin multiplatform project?
Can I access them in iOS main and Android main or do I need to pass some reference?