Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for Android Kotlin DSL based projects (flutter#9369)
## Presubmit checklist - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. ### Changes Below settings were tested in Kotlin DSL based Android Projects 1. ``` repositories { maven(url = "https://storage.googleapis.com/download.flutter.io") maven(url = "/Users/shivam/StudioProjects/flutter_module/build/host/outputs/repo") }``` need to be added in `settings.gradle.kts` ADDED 2. Implementing `profileImplementation` in Kotlin DSL projects ~~**Note**: I still cannot find about `profileImplementation` in DSL. will find and update soon.~~ --------- Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com> Co-authored-by: Brett Morgan <brettmorgan@google.com> Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
- Loading branch information