Start native apps faster with the Composables CLI ->
Class

InteropView

A typealias for the platform's built-in View type, which may be hosted inside of a Compose UI hierarchy to allow for interoperability.

Source set: Common
@Suppress("KmpExperimentalMismatch") // actuals are not experimental
public class InteropView

A typealias for the platform's built-in View type, which may be hosted inside of a Compose UI hierarchy to allow for interoperability. Not all platforms support interoperability in this way, in which case the typealias will resolve to Any.