-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Support AGP’s Built-in Kotlin For the Ecosystem Design Doc #183861
Copy link
Copy link
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterdesign docTracks a design discussion documentTracks a design discussion documentteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterdesign docTracks a design discussion documentTracks a design discussion documentteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Document Link
https://flutter.dev/go/android-built-in-kotlin-support
What problem are you solving?
Android Gradle Plugin (AGP) 9.0 introduces a significant breaking change for Flutter apps by enabling Built-in Kotlin support by default. Because of this new default behavior, explicitly applying the Kotlin Gradle Plugin (KGP) will cause your build to fail. This failure will occur whether KGP is applied directly by your Flutter app itself and/or indirectly through any Android-native plugin(s) your app integrates. This means migration to Built-in Kotlin is required for any Flutter apps and Android-native plugin(s) that apply KGP.