Package-level declarations
Types
Link copied to clipboard
Mark it as a type to inject into Composable.
Link copied to clipboard
Get the Context of LocalContext
Link copied to clipboard
Get a Composable CoroutineScope that the same as rememberCoroutineScope.
Functions
Link copied to clipboard
Inject an instance with resolved dependencies
Inject an Named instance with resolved dependencies
inline fun <T : Any> rememberInject(qualifier: Any? = null, componentExtras: ComponentExtras<*>?): T
Inject an instance with resolved dependencies (experimental)
Inject an Named instance with resolved dependencies (experimental)