WARNING: Your app uses the following plugins that apply Kotlin Gradle Plugin (KGP): audio_waveforms
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.
If no such version exists, report the issue to the plugin.
This warning indicates that the plugins Android module still applies the Kotlin Gradle Plugin. Flutter is moving toward a Built-in Kotlin model where the Kotlin Gradle Plugin is applied by the Flutter build system itself.
Please migrate the Android module to support Built-in Kotlin. For reference:
Problem
When building a Flutter app with
audio_waveforms, the following warning is displayed:Affected versions
Additional context
This warning indicates that the plugins Android module still applies the Kotlin Gradle Plugin. Flutter is moving toward a Built-in Kotlin model where the Kotlin Gradle Plugin is applied by the Flutter build system itself.
Please migrate the Android module to support Built-in Kotlin. For reference: