feat: scaffold KMP project with Compose Multiplatform (Android, iOS, Desktop)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package ch.parano.myice
|
||||
|
||||
import androidx.compose.ui.window.ComposeUIViewController
|
||||
|
||||
fun MainViewController() = ComposeUIViewController {
|
||||
Text("MyIce")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user