Skip to content

Instantly share code, notes, and snippets.

@berteodosio
Created June 13, 2019 14:28
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 berteodosio/6b887ee21bbd6d7e983f90a4ebfad102 to your computer and use it in GitHub Desktop.
Save berteodosio/6b887ee21bbd6d7e983f90a4ebfad102 to your computer and use it in GitHub Desktop.
class AppApplication : Application() {
override fun onCreate() {
super.onCreate()
blockBuilder {
remoteFileUrl = "https://<remote_file_url>.json"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment