Skip to content

Instantly share code, notes, and snippets.

@saurabharora90
Created June 15, 2020 05:02
Show Gist options
  • Select an option

  • Save saurabharora90/30cf9eda9b7d05519ca2ca411ed96bbe to your computer and use it in GitHub Desktop.

Select an option

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