Package-level declarations

Types

Link copied to clipboard
actual annotation class CircuitInject(val screen: KClass<out Screen>, val scope: KClass<*>)

Android-specific CircuitInject, applying the Hilt GeneratesRootInput annotation.

expect annotation class CircuitInject(val screen: KClass<out Screen>, val scope: KClass<*>)

This annotation is used to mark a UI or presenter class or function for code generation. When annotated, the type's corresponding factory will be generated and keyed with the defined screen .

actual annotation class CircuitInject(val screen: KClass<out Screen>, val scope: KClass<*>)

JVM-specific CircuitInject, applying the Hilt GeneratesRootInput annotation.