Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created November 9, 2025 07:21
Show Gist options
  • Select an option

  • Save skydoves/178db4db61779b1ff199b40bd33afddf to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/178db4db61779b1ff199b40bd33afddf to your computer and use it in GitHub Desktop.
csa-init
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