Hello everyone, I have another stupid question. In...
# multiplatform
a
Hello everyone, I have another stupid question. In every KMM project there are external libaries at the initialization of the project. Among them also a dozen Kotlin/Native libaries. In the KMM Platfrom-print-example one of these Kotlin/Native libaries has been addressed.
import platform.UIKit.UIDevice
Can I use the other Kotlin/Native libaries as well? When I tried that, I only got errors. For examle: Why cant I use:
import platform.UserNotifications.UNNotification