-
-
Save skydoves/178db4db61779b1ff199b40bd33afddf to your computer and use it in GitHub Desktop.
csa-init
This file contains hidden or 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 MyApp : Application() { | |
| override fun onCreate() { | |
| super.onCreate() | |
| // Enable only in debug builds | |
| ComposeStabilityAnalyzer.setEnabled(BuildConfig.DEBUG) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment