declarative-gradle icon indicating copy to clipboard operation
declarative-gradle copied to clipboard

Various minor cleanups and improvements to the project

Open tresat opened this issue 1 year ago • 1 comments

Copy IntelliJ code style rules from gradle/gradle

  • Update git ignore to allow these files to be tracked in repo.

Remove default SDK versions from Android plugin

  • These can be supported by conventions now. This adds conventions for SDK versions to the example Android builds in the unified-prototype. Also restores the rootProject.name, which is now supported.

Remove unnecessary declarative annotations

  • These annotations are more appropriately present on the child types.

Use DependencyCollector to add deps for Compose

tresat avatar May 23 '24 13:05 tresat

Please ignore the failing action - it's due to missing Swift.

tresat avatar May 23 '24 14:05 tresat