Skip to content

Instantly share code, notes, and snippets.

@juliuscanute
Created May 30, 2020 05:15
Show Gist options
  • Save juliuscanute/fa08bd5e719f03bd5b4d917c9ff44e2b to your computer and use it in GitHub Desktop.
Save juliuscanute/fa08bd5e719f03bd5b4d917c9ff44e2b to your computer and use it in GitHub Desktop.
Start MultiConfig Android
class SampleApp : Application() {
override fun onCreate() {
super.onCreate()
startMultiConfig(
context = this,
intent = Intent(this@SampleApp, MainActivity::class.java)
) {
multiConfig(configuration = configuration())
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment