my build.gradle.kts file has these dependencies ``...
# arrow
h
my build.gradle.kts file has these dependencies
Copy code
dependencies {
    implementation("io.arrow-kt:arrow-core:0.13.1")
    implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
}
m
On phone so no links. you need to set your Kotlin compiler options so that the language is 8. The default is still targeting jvm 6.