Created
May 30, 2020 09:39
-
-
Save juliuscanute/d09b553bb849e1f6d5c32451adf38b4c to your computer and use it in GitHub Desktop.
No UI Sample App
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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