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.6.3-rc.1
0.6.3-rc.1
Created 14 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.6.3-rc.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.arrow-kt:arrow-gradle-config-formatter:0.6.3-rc.1") } } apply(plugin = "io.arrow-kt.arrow-gradle-config-formatter")
- Applying plugins to all subprojects .