diff --git a/iosApp/iosApp/iosApp.swift b/iosApp/iosApp/iosApp.swift index fbf3ac0..f80eeb7 100644 --- a/iosApp/iosApp/iosApp.swift +++ b/iosApp/iosApp/iosApp.swift @@ -11,7 +11,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { ) -> Bool { window = UIWindow(frame: UIScreen.main.bounds) if let window = window { - window.rootViewController = MainKt.MainViewController() + window.rootViewController = MainViewControllerKt.MainViewController() window.makeKeyAndVisible() } return true