5 lines
156 B
Kotlin
5 lines
156 B
Kotlin
|
|
package dev.carlosmartino.triplogic
|
||
|
|
|
||
|
|
import androidx.compose.ui.window.ComposeUIViewController
|
||
|
|
|
||
|
|
fun MainViewController() = ComposeUIViewController { App() }
|