com.starter.quality
Owner: Mateusz Kwieciński
Set of useful plugins that might be useful for Multi-Module Android projects.
https://github.com/usefulness/project-starter/
Sources: https://github.com/mateuszkwiecinski/project-starter/
Version 0.36.0
0.36.0
Created 07 September 2021.
Set of plugins that might be useful for Multi-Module Android projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.starter.quality") version "0.36.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.project.starter:quality:0.36.0") } } apply(plugin = "com.starter.quality")
- Applying plugins to all subprojects .