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!
Description
When building my Flutter application with a recent Flutter version, I receive the following warning:
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
<PLUGIN_NAME><PLUGIN_VERSION>Thanks for your work on this package!