Joachim Ansorg
01/17/2020, 11:04 AM0.0.0
, which doesn't seem to be correct, https://plugins.gradle.org/plugin/io.arrow-kt.arrow.
What's the version of the gradle plugin I have to use to make this work?Rachel
01/17/2020, 12:04 PMbuildscript {
repositories {
maven { url "<https://oss.jfrog.org/artifactory/oss-snapshot-local/>" }
}
dependencies {
classpath "io.arrow-kt:gradle-plugin:<snapshot-version>"
classpath "io.arrow-kt:compiler-plugin:<snapshot-version>"
}
}
apply plugin: "io.arrow-kt.arrow"
Joachim Ansorg
01/17/2020, 12:06 PMRachel
01/17/2020, 1:44 PM