moetouban
03/21/2025, 4:23 PMCannot find 'ComposeUIViewController' in scope
I can verify that the Shared
framework is there but doesn't have ComposeUIViewController
.
i have added implementation(compose.ui)
to iosMain and commonMain dependencies.
kotlin = "2.1.0"
compose-plugin = "1.7.1"
John O'Reilly
03/21/2025, 4:33 PMComposeUIViewontroller
in iOS Swift/SwiftUI code? It should be used instead in iOSMain
...for example https://github.com/joreilly/VertexAI-KMP-Sample/blob/main/composeApp/src/iosMain/kotlin/dev/johnoreilly/vertexai/MainViewController.ktJohn O'Reilly
03/21/2025, 4:33 PMUIViewControllerRepresentable
then in SwiftUI to consume that e.g.
https://github.com/joreilly/VertexAI-KMP-Sample/blob/main/iosApp/iosApp/ContentView.swift