Skip to content

Commit

Permalink
Upgrade to Kotlin 1.4.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelcarmena authored Sep 1, 2020
1 parent ef697d2 commit 4dee1c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions arrow-check-kotlintest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ apply from: "$SUB_PROJECT"
apply from: "$DOC_CREATION"

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"

implementation "io.arrow-kt:arrow-fx:$VERSION_NAME" // IO and arrow fx
api project(":arrow-check")

Expand Down
11 changes: 1 addition & 10 deletions arrow-check/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ apply from: "$SUB_PROJECT"
apply from: "$DOC_CREATION"

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"

kapt "io.arrow-kt:arrow-meta:$VERSION_NAME" // auto generation for @extension and @higherkind

// TODO do a pass on what is still needed and what not!
Expand All @@ -36,12 +34,5 @@ dependencies {
testImplementation("io.arrow-kt:arrow-incubator-test:$VERSION_NAME") { // test helpers and laws
exclude group: "io.kotlintest"
}
}

compileKotlin {
kotlinOptions.jvmTarget = "1.8"
}

compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:$KOTLIN_VERSION"
}

0 comments on commit 4dee1c5

Please sign in to comment.