ContributesFragment

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ContributesFragment(scope: KClass<*>, replaces: Array<KClass<*>>)

Properties

replaces
Link copied to clipboard
val replaces: Array<KClass<*>>
This contributed module will replace these contributed classes.
scope
Link copied to clipboard
val scope: KClass<*>
The scope in which to include this module.

Sources

androidJvm source
Link copied to clipboard