Gradle Version
9.2.1
AGP Version
8.13.0
Code Minifier/Optimizer
None
Version
5.12.1
Sentry SDK Version
8.24.0
Steps to Reproduce
Apply io.sentry.kotlin.compiler.gradle with 5.12.1 in a project with Kotlin 2.3.0
e: org.jetbrains.kotlin.cli.jvm.plugins.PluginCliParser$PluginProcessingError: Plugin io.sentry.SentryKotlinCompilerPlugin is incompatible with the current version of the compiler.
Caused by: java.lang.AbstractMethodError: Missing implementation of resolved method 'abstract java.lang.String getPluginId()' of abstract class org.jetbrains.kotlin.compiler.plugin.CompilerPluginRegistrar.
Expected Result
The build should succeed
Actual Result
There's an unimplemented method under 2.3.0 for CompilerPluginRegistrar: abstract fun String getPluginId()
Gradle Version
9.2.1
AGP Version
8.13.0
Code Minifier/Optimizer
None
Version
5.12.1
Sentry SDK Version
8.24.0
Steps to Reproduce
Apply
io.sentry.kotlin.compiler.gradlewith5.12.1in a project with Kotlin 2.3.0Expected Result
The build should succeed
Actual Result
There's an unimplemented method under 2.3.0 for
CompilerPluginRegistrar:abstract fun String getPluginId()