Skip to content

Instantly share code, notes, and snippets.

@juliuscanute
Created May 30, 2020 09:39
Show Gist options
  • Save juliuscanute/d09b553bb849e1f6d5c32451adf38b4c to your computer and use it in GitHub Desktop.
Save juliuscanute/d09b553bb849e1f6d5c32451adf38b4c to your computer and use it in GitHub Desktop.
No UI Sample App
class SampleApp : Application() {
override fun onCreate() {
super.onCreate()
startMultiConfig {
multiConfig(
configuration = configuration()
)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment