Ios swift – How to share text in IOS using UIActivityViewController in Kotlin
I'm trying to get more familiar with KMP (Kotlin Multiplatform) so I'm trying to call an old API from iOS in kotlin in the iOS module fun shareText(text: String, subject: String) { val activityController = UIActivityViewController( activityItems = listOf(text), applicationActivities…