Kari Kähkönen

Results 1 comments of Kari Kähkönen

I'm facing the same issue. I created a project through the Kotlin Multiplatform Wizard web page. When I add, for example, ``` @Composable fun Foobar() { Text("Foo") } ``` to...