Skip to content

Migrate share_handler_android to Flutter built-in Kotlin support #146

Description

@aiviapp

Flutter 3.44.4 reports that share_handler_android 0.0.11 still applies the legacy Kotlin Gradle Plugin (KGP), which future Flutter versions will no longer support.

The current android/build.gradle unconditionally applies kotlin-android and configures kotlinOptions. Please migrate the plugin to AGP 9 built-in Kotlin support following Flutter's plugin-author guide:

https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors

Observed warning:

Your app uses the following plugins that apply Kotlin Gradle Plugin (KGP): share_handler_android

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions