Skip to content

Support Flutter Built-in Kotlin (remove explicit Kotlin Gradle Plugin) #227

Description

@niluved

Description

When building my Flutter application with a recent Flutter version, I receive the following warning:

WARNING: Your app uses the following plugins that apply Kotlin Gradle Plugin (KGP): <PLUGIN_NAME>

Future versions of Flutter will fail to build if your app uses plugins that apply KGP.

Please check the changelogs of these plugins and upgrade to a version that supports Built-in Kotlin.

According to the Flutter migration guide, plugins should no longer apply the Kotlin Gradle Plugin explicitly and should instead rely on Flutter's Built-in Kotlin support.

Flutter migration guide:
https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin

Expected behavior

The plugin should be updated to support Flutter's Built-in Kotlin so that it no longer triggers this warning and remains compatible with future Flutter releases.

Environment

  • Flutter: latest stable
  • Plugin: <PLUGIN_NAME> <PLUGIN_VERSION>

Thanks for your work on this package!

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