com.osacky.fladle
Owner: Nelson Osacky
The Gradle Plugin for Flank
https://github.com/runningcode/fladle
Sources: https://github.com/runningcode/fladle
Version 0.17.5 (latest)
0.17.5
Created 13 June 2024.
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.17.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.osacky.flank.gradle:fladle:0.17.5") } } apply(plugin = "com.osacky.fladle")
- Applying plugins to all subprojects .