{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

androidx.compose.ui.tooling

Objects

ComposableInvoker

This object is deprecated. Use androidx.compose.runtime.reflect.ComposableMethodInvoker instead

Top-level functions summary

Unit

This function is deprecated. This method should not be used in application code and will be removed soon.

Top-level functions

InInspectionModeOnly

@Composable
fun InInspectionModeOnly(content: @Composable () -> Unit): Unit

A wrapper for inspection-mode-only behavior. The children of this component will only be included in the composition when the composition is in inspection mode.