reactormonk
07/24/2025, 2:24 PMUIViewController
instance that's hosting the compose views?Marcin Kiżewski
07/24/2025, 2:42 PMfun MainViewController() = ComposeUIViewController { App() }
and then exposed to swift, where it can be accessed/called by
MainViewControllerKt.MainViewController()
where MainViewControllerKt
comes from file name where the function is declared (here: MainViewController.kt
)