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.12.0-rc.24 (latest)
0.12.0-rc.24
Created 06 February 2024.
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.12.0-rc.24"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.arrow-kt:arrow-gradle-config-kotlin:0.12.0-rc.24") } } apply(plugin = "io.arrow-kt.arrow-gradle-config-kotlin")
- Applying plugins to all subprojects .