Flutter 3.44.4 reports that appsflyer_sdk 6.18.0 still applies the legacy Kotlin Gradle Plugin (KGP), which future Flutter versions will no longer support.
The current android/build.gradle unconditionally applies org.jetbrains.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): appsflyer_sdk
Flutter 3.44.4 reports that
appsflyer_sdk 6.18.0still applies the legacy Kotlin Gradle Plugin (KGP), which future Flutter versions will no longer support.The current
android/build.gradleunconditionally appliesorg.jetbrains.kotlin.androidand configureskotlinOptions. 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: