Skip to content

Sentry Kotlin Compiler Plugin is incompatible with Kotlin 2.3.0 #1042

Description

@jonamireh

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    AndroidBugSomething isn't working

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions