Add this plugin to your build using the plugins DSL:
plugins {
id("oe.espresso.latte") version "0.2.9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.oe.espresso:latte:0.2.9") } } apply(plugin = "oe.espresso.latte")
- Applying plugins to all subprojects .