Compose Multiplatform Mobile project template
This commit is contained in:
5
shared/src/iosMain/kotlin/main.ios.kt
Normal file
5
shared/src/iosMain/kotlin/main.ios.kt
Normal file
@@ -0,0 +1,5 @@
|
||||
import androidx.compose.ui.window.ComposeUIViewController
|
||||
|
||||
actual fun getPlatformName(): String = "iOS"
|
||||
|
||||
fun MainViewController() = ComposeUIViewController { App() }
|
Reference in New Issue
Block a user