Rafs
09/21/2023, 9:54 PMmain.ios.kt
where App()
is a composes screen but it's throwing at exception at compile time.
fun mainViewController(): UIViewController = ComposeUIViewController {
App()
}
Pablichjenkov
09/21/2023, 10:01 PMRafs
09/21/2023, 10:04 PMPablichjenkov
09/21/2023, 10:44 PMOleksandr Karpovich [JB]
09/22/2023, 7:51 AMRafs
09/22/2023, 7:58 AMcommonMain
Pablichjenkov
09/22/2023, 12:22 PMRafs
09/22/2023, 1:28 PMPablichjenkov
09/22/2023, 11:21 PM