All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosMain.main.ios.kt Maven / Gradle / Ivy

There is a newer version: 1.9.40-alpha04
Show newest version
import androidx.compose.ui.window.ComposeUIViewController

actual fun getPlatformName(): String = "iOS"

fun MainViewController() = ComposeUIViewController { App() }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy