Package-level declarations

Types

Link copied to clipboard
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<*>)

Native-specific CircuitInject.