Skip to content

Migrate to Built-in Kotlin (KGP warning with Flutter 3.47+) #514

Description

@loaidev64

Problem

When building a Flutter app with audio_waveforms, the following warning is displayed:

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.

Affected versions

  • Flutter 3.47+ (current stable)
  • audio_waveforms 2.0.2 (latest)

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:

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