Features
- Add support for the Kotlin 2.4 compiler in the Compose tracing compiler plugin (#1253)
Fixes
- Compose tracing no longer adds the Sentry modifier multiple times for chained modifiers (e.g.
Modifier.fillMaxSize().padding()) on Kotlin 2.2 and newer (#1253)
Dependencies
API Changes
- The
debugextension property is now typed asProperty<Boolean>instead ofProperty<Boolean?>(#1253)