JetLime
JetLime copied to clipboard
Add Compose Stability Analyzer Plugin
This PR adds the Compose Stability Analyzer Plugin to enable recomposition tracking and performance monitoring in the JetLime library and sample app. The analyzer helps identify unnecessary recompositions and stability issues in Compose code.
Key changes:
- Adds plugin configuration in version catalog and build files
- Applies @TraceRecomposition annotation to selected timeline composables in the sample app
- Implements custom recomposition logger in MyApplication for Android builds
- Registers custom application class in AndroidManifest