Hey Guys, How can i create AppDelegate class in Ko...
# kotlin-native
f
Hey Guys, How can i create AppDelegate class in Kotlin
f
I am able to write AppDelegate in Kotlin. I need to override this method:
Copy code
func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {
        return .landscape
    }