com.starter.config
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.80.0 (latest)
0.80.0
Created 28 November 2024.
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.config") version "0.80.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.project.starter:config:0.80.0") } } apply(plugin = "com.starter.config")
- Applying plugins to all subprojects .