This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
2023-03-23 15:44:18 +04:00

5 lines
165 B
Kotlin

import androidx.compose.ui.window.ComposeUIViewController
actual fun getPlatformName(): String = "iOS"
fun MainViewController() = ComposeUIViewController { App() }