ComposeUIViewController

annotation class ComposeUIViewController(val frameworkBaseName: String = "")

Used to annotate the @Composable as a desired ComposeUIViewController to be used by the iOS app. While the plugin typically attempts to retrieve this name automatically, you can use this parameter to enforce a specific name if the automatic retrieval fails. More here

Parameters

frameworkBaseName

Kotlin Multiplatform library iOS targets framework base name

Properties

Link copied to clipboard