Package-level declarations

Types

Link copied to clipboard
abstract class AppInitializersScope
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ContributesInitializer(val replaces: Array<KClass<*>> = [])

Annotate a Initializer / AsyncInitializer class with this to automatically contribute it to the Initializer multibinding. Equivalent to the following declaration in an application module: