com.starter.easylauncher
Owner: Mateusz Kwieciński
Set of plugins that might be useful for Multi-Module Android projects.
https://github.com/usefulness/easylauncher-gradle-plugin
Sources: https://github.com/mateuszkwiecinski/easylauncher-gradle-plugin.git
Version 3.3.0
3.3.0
Created 15 September 2020.
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.easylauncher") version "3.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.project.starter:easylauncher:3.3.0") } } apply(plugin = "com.starter.easylauncher")
- Applying plugins to all subprojects .