nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

Use the version catalog as the source of truth for plugin IDs

Open davidburstrom opened this issue 1 year ago • 0 comments

The IDs stated in the build-logic build script must exactly match the plugin IDs in the version catalog file. This solution reduces the inherent duplication.

To avoid any IDE errors about missing plugin accessors when adding new plugins to the build-logic script, it's recommended to add the new ID in the version catalog first, then invoke Gradle (sync) in order to generate the accessor classes.

davidburstrom avatar Jul 06 '24 08:07 davidburstrom