Flutter docs provide instruction for Gradle Project appears after running command flutter build aar. This terminal output need to be updated for Kotlin DSL based Projects. Most steps are similar with few variation and extra steps.
Details already updated in PR #9369
Where should this new content appear?
Show in Terminal output for flutter build aar command , as seperate for Gradle and Kotlin DSL
What information needs to be added?
Flutter docs provide instruction for Gradle Project appears after running command
flutter build aar
. This terminal output need to be updated for Kotlin DSL based Projects. Most steps are similar with few variation and extra steps.Where should this new content appear?
flutter build aar
command , as seperate for Gradle and Kotlin DSLI would like to fix this problem.