google / play-services-plugins

Plugins to help with using Google Play services SDK.
https://developers.google.com/android/guides/overview
Apache License 2.0
458 stars 135 forks source link

Manual specification of code snippets #259

Closed javadude closed 2 months ago

javadude commented 1 year ago

Developers often copy code snippets from web sites. This plugin should allow the developer to attribute these snippets.

This could be supported via code comments that contain attribution, but that may impact build speed.

Alternatively, snippets could be referenced in a separate file, but this may be more difficult to keep in sync with the code.

davidmotson commented 2 months ago

Thank you for the feature request!