Skip to content

Instantly share code, notes, and snippets.

@micHar
Last active January 29, 2021 11:54
Show Gist options
  • Save micHar/084f396e74168ddb188ae439e1cbb2ac to your computer and use it in GitHub Desktop.
Save micHar/084f396e74168ddb188ae439e1cbb2ac to your computer and use it in GitHub Desktop.
@ExportedScopeProvider
class MainScopeProvider : ScopeProvider {
override val scope : CoroutineScope = MainScope()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment