---
title: "InteropView"
description: "A typealias for the platform's built-in View type, which may be hosted inside of a Compose UI hierarchy to allow for interoperability."
type: "class"
---
## API Reference

> Source set: Common

```kotlin
@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`.
