Skip to content

Instantly share code, notes, and snippets.

@RBusarow
Last active April 20, 2019 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RBusarow/2f0dec05aa90c95491e0224cfa7b8101 to your computer and use it in GitHub Desktop.
Save RBusarow/2f0dec05aa90c95491e0224cfa7b8101 to your computer and use it in GitHub Desktop.
repository CoroutineScope injection with class delegation
class MyRepositoryImpl(coroutineScope: CoroutineScope) :
MyRepository, CoroutineScope by coroutineScope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment