ComposeComponent

annotation class ComposeComponent

Mark it as a type to inject into Composable.

Additional available types:

  • kotlinx.coroutines.CoroutineScope with @ComposeCoroutineScope

  • android.content.Context with @ComposeContext (android only)