Does anyone know how to upgrade to the latest App ...
# kotlin-native
i
Does anyone know how to upgrade to the latest App structure instead of AppDelegate and SceneDelegate? Asked this on #multiplatform https://kotlinlang.slack.com/archives/C3PQML5NU/p1627586038107100
h
This is normal SwiftUI 2 code starting with iOS 14, see https://developer.apple.com/documentation/swiftui with the new SceneBuilder https://developer.apple.com/documentation/swiftui/app
i
Any thoughts on the best way to update an app to this structure?