io.arrow-kt.analysis.kotlin
Owner: 47 Degrees
Functional companion to Kotlin's Compiler
Sources: https://github.com/arrow-kt/arrow-meta
Version 2.0.3-alpha.2 (latest)
2.0.3-alpha.2
Created 26 May 2022.
Functional companion to Kotlin's Compiler
Add this plugin to your build using the plugins DSL:
plugins {
id("io.arrow-kt.analysis.kotlin") version "2.0.3-alpha.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.arrow-kt:arrow-analysis-kotlin-gradle-plugin:2.0.3-alpha.2") } } apply(plugin = "io.arrow-kt.analysis.kotlin")
- Applying plugins to all subprojects .