Skip to content

Instantly share code, notes, and snippets.

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/a8832c227ef2d35de81fac5593b5dcb6 to your computer and use it in GitHub Desktop.
Save berteodosio/a8832c227ef2d35de81fac5593b5dcb6 to your computer and use it in GitHub Desktop.
class AppApplication : Application() {
override fun onCreate() {
super.onCreate()
blockBuilder {
context = this@AppApplication
jsonResource = R.raw.configuration
remoteFileUrl = "https://<remote_file_url>.json"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment