activity Scope
Declare an Activity scope section.
Dependencies declared inside this block are scoped to the Activity lifecycle.
activityScope {
scoped { MyActivityDependency() }
}Content copied to clipboard
Declare an Activity scope section.
Dependencies declared inside this block are scoped to the Activity lifecycle.
activityScope {
scoped { MyActivityDependency() }
}