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.2-alpha.2.0+2022-03-18T21-28-50-114539122Z
2.0.2-alpha.2.0+2022-03-18T21-28-50-114539122Z
Created 18 March 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.2-alpha.2.0+2022-03-18T21-28-50-114539122Z"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.arrow-kt:arrow-analysis-kotlin-gradle-plugin:2.0.2-alpha.2.0+2022-03-18T21-28-50-114539122Z") } } apply(plugin = "io.arrow-kt.analysis.kotlin")
- Applying plugins to all subprojects .