com.tapadoo.android.sputnik
Owner: Elliot Tormey
A gradle plugin multi tool for Android development
https://github.com/tapadoo/sputnik
Sources: https://github.com/tapadoo/sputnik
Version 0.11.8
0.11.8
Created 15 June 2018.
A Gradle plugin multi tool for Android development
Add this plugin to your build using the plugins DSL:
plugins {
id("com.tapadoo.android.sputnik") version "0.11.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.tapadoo.android:sputnik:0.11.8") } } apply(plugin = "com.tapadoo.android.sputnik")
- Applying plugins to all subprojects .