Just thinking: libraries needed and not yet created for Kotlin Multiplatform iOS/Android development:
- View DSL
- Intents-like system (camera, gallery, browser)
- HTTP Networking (ktor needs native support)
- JSON Serialization (Reflection? Kotlin Native doesn't support it yet) (kotlinx.serialization needs native support)
- Files
- Threading/Async
- Coroutines
Are any of these done and I just don't know about it?