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