getsentry / sentry-android-gradle-plugin

Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
https://docs.sentry.io/platforms/android/gradle/
MIT License
136 stars 31 forks source link

Add Kotlin Version to test matrix #719

Open markushi opened 1 month ago

markushi commented 1 month ago

Description

It would be great to test our sentry-compose-compiler-plugin against different versions of Kotlin, as they ship with different kotlin-compiler-embeddable versions, which has no stable semver API.

Follow up on https://github.com/getsentry/sentry-android-gradle-plugin/pull/716#issuecomment-2146763284

romtsn commented 1 month ago

We could just bump the kotlin version in our tests, but keep it as-is in the repo/plugin