Skip to content

Instantly share code, notes, and snippets.

@saurabharora90
Created June 15, 2020 05:02
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 saurabharora90/30cf9eda9b7d05519ca2ca411ed96bbe to your computer and use it in GitHub Desktop.
Save saurabharora90/30cf9eda9b7d05519ca2ca411ed96bbe to your computer and use it in GitHub Desktop.
interface ModuleInitializer {
fun initialize(context: Context): Completable
fun dependencies(): List<Class<out ModuleInitializer>> {
return emptyList()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment