Skip to content

Commit

Permalink
fix ios demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed Jun 25, 2024
1 parent d466fe9 commit 3ac07f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/composeApp/src/iosMain/kotlin/MainViewController.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import androidx.compose.ui.window.ComposeUIViewController

@Suppress("unused")
fun MainViewController() = ComposeUIViewController { App() }

0 comments on commit 3ac07f0

Please sign in to comment.