hello guys, when building the a kmm compose app, i...
# multiplatform
b
hello guys, when building the a kmm compose app, i have this *fun MainViewController() = ComposeUIViewController { _App_() }*, i am getting the following error:
Copy code
expression.kt
File name: App.kt Physical: true Injected: false
fun MainViewController() = ComposeUIViewController { <caret>Text("") }
What could be the issue