com.gotokeep.gradle.plugins.combuild
Owner: zhangchangyi
Android gradle plugin to inject components for modularization.
Sources: https://github.com/gradle-guides/greeting-plugin-example
Version 1.3.3
1.3.3
Created 05 June 2018.
Android gradle plugin to inject components for modularization.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.gotokeep.gradle.plugins.combuild") version "1.3.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.AndroidIntl:framework-build:1.3.3") } } apply(plugin = "com.gotokeep.gradle.plugins.combuild")
- Applying plugins to all subprojects .