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