com.osacky.fladle
Owner: Nelson Osacky
The Gradle Plugin for Flank
https://github.com/runningcode/fladle
Sources: https://github.com/runningcode/fladle
Version 0.16.0
0.16.0
Created 05 June 2021.
Easily Scale your Android Instrumentation Tests with Firebase Test Lab with Flank
Add this plugin to your build using the plugins DSL:
plugins {
id("com.osacky.fladle") version "0.16.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.osacky.flank.gradle:fladle:0.16.0") } } apply(plugin = "com.osacky.fladle")
- Applying plugins to all subprojects .