io.arrow-kt.arrow-gradle-config-formatter
Owner: 47 Degrees
Basic formatter Gradle config for Arrow projects
https://github.com/arrow-kt/arrow-gradle-config
Sources: https://github.com/arrow-kt/arrow-gradle-config
Version 0.9.1-alpha.3
0.9.1-alpha.3
Created 22 January 2022.
Basic formatter Gradle config for Arrow projects
Add this plugin to your build using the plugins DSL:
plugins {
id("io.arrow-kt.arrow-gradle-config-formatter") version "0.9.1-alpha.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.arrow-kt:arrow-gradle-config-formatter:0.9.1-alpha.3") } } apply(plugin = "io.arrow-kt.arrow-gradle-config-formatter")
- Applying plugins to all subprojects .