Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail committed Jun 10, 2024
1 parent 746a2de commit 6914e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions sample/shared/src/iosMain/kotlin/main.ios.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import androidx.compose.runtime.ExperimentalComposeApi
import androidx.compose.ui.window.ComposeUIViewController

fun MainViewController() = ComposeUIViewController() { App() }


@OptIn(ExperimentalComposeApi::class)
fun MainViewController() = ComposeUIViewController() { App() }
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ dependencyResolutionManagement {
repositories {
mavenCentral()
google()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}

0 comments on commit 6914e0c

Please sign in to comment.