-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
1 / 11 of 1 issue completedLabels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
Pull FlutterPlugin out of src/main/groovy/flutter.groovy and into its own class (src/main/Kotlin/FlutterPlugin.kt). Also, delete flutter.groovy, as this will need to be the last class (it depends on all the other classes in flutter.groovy, and we can only have Groovy code depend on Kotlin code (not vice versa) because of limitations of Gradle.
This will likely be significantly more difficult than other pieces of flutter.groovy. We may need to break out functionality into some new utils classes, if it is looking intractable to do it as one conversion.
Sub-issues
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team