sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
[Sentry Kotlin Compiler Plugin] Does not add required dependency
Problem Statement
Sentry Kotlin Compiler Plugin does not add dependency "io.sentry:sentry-compose-android". While the android gradle plugin adds its dependency one would expect the same behavior for the kotlin compiler plugin.
Since it is not stated on the corresponding page I have added a ticket in documentation repo, see https://github.com/getsentry/sentry-docs/issues/11664
Solution Brainstorm
Instruct plugin to add the dependency.
Thanks for the suggestion, we'll look into whether it's possible to do automatically from the compiler plugin, and if not we'll update the documentation!