Sofiane Abbar
09/24/2024, 3:14 PMUIApplication
.
In my Platform.ios.kt, I have this import Platform.UIApplication
which is apparently built from ObjectiveC using Cinterop tool that supports calling ObjectiveC code from Kotlin.
So basically Kotlin just provides the API that Apple has added to their iOS SDK.
How to update the set of API from the latest iOS SDK?
thanks a lotThiago
09/24/2024, 6:37 PMDarron Schall
09/24/2024, 8:32 PMSofiane Abbar
09/25/2024, 2:01 AMTimofey Solonin
09/25/2024, 3:40 PM