How to share resource id and call from swift UI in KMP?
Is this possible CMP lib in KMP?
I thought this was replacement for Moko lib
Example below given in Using multiplatform resources in your app | Kotlin Multiplatform Documentation
coroutineScope.launch {
val appName = getString(Res.string.app_name)
}