Last active
January 29, 2021 11:54
-
-
Save micHar/084f396e74168ddb188ae439e1cbb2ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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