Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Configuration: clean dependencies #361

Merged
merged 1 commit into from Dec 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions arrow-fx-coroutines-kotlinx-coroutines/build.gradle
Expand Up @@ -16,11 +16,3 @@ dependencies {
testImplementation "io.kotest:kotest-property-jvm:$KOTEST_VERSION"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$KOTLINX_COROUTINES_VERSION"
}



compileTestKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
2 changes: 0 additions & 2 deletions arrow-fx-reactor/build.gradle
Expand Up @@ -12,8 +12,6 @@ dependencies {
compile "io.arrow-kt:arrow-annotations:$VERSION_NAME"
kapt "io.arrow-kt:arrow-meta:$VERSION_NAME"
kaptTest "io.arrow-kt:arrow-meta:$VERSION_NAME"
compileOnly "io.arrow-kt:arrow-meta:$VERSION_NAME"
testCompileOnly "io.arrow-kt:arrow-meta:$VERSION_NAME"
testRuntime "org.junit.vintage:junit-vintage-engine:$JUNIT_VINTAGE_VERSION"
testCompile "io.kotlintest:kotlintest-runner-junit5:$KOTLIN_TEST_VERSION", excludeArrow
testCompile project(":arrow-fx-test")
Expand Down
2 changes: 0 additions & 2 deletions arrow-fx-rx2/build.gradle
Expand Up @@ -12,8 +12,6 @@ dependencies {
compile "io.arrow-kt:arrow-annotations:$VERSION_NAME"
kapt "io.arrow-kt:arrow-meta:$VERSION_NAME"
kaptTest "io.arrow-kt:arrow-meta:$VERSION_NAME"
compileOnly "io.arrow-kt:arrow-meta:$VERSION_NAME"
testCompileOnly "io.arrow-kt:arrow-meta:$VERSION_NAME"
testRuntime "org.junit.vintage:junit-vintage-engine:$JUNIT_VINTAGE_VERSION"
testCompile "io.kotlintest:kotlintest-runner-junit5:$KOTLIN_TEST_VERSION", excludeArrow
testCompile project(":arrow-fx-test")
Expand Down
2 changes: 0 additions & 2 deletions arrow-fx/build.gradle
Expand Up @@ -14,11 +14,9 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$KOTLINX_COROUTINES_VERSION"

compile "io.arrow-kt:arrow-core:$VERSION_NAME"
compileOnly "io.arrow-kt:arrow-meta:$VERSION_NAME"
kapt "io.arrow-kt:arrow-meta:$VERSION_NAME"
kaptTest "io.arrow-kt:arrow-meta:$VERSION_NAME"

testCompileOnly "io.arrow-kt:arrow-meta:$VERSION_NAME"
testCompile "io.kotlintest:kotlintest-runner-junit5:$KOTLIN_TEST_VERSION", excludeArrow
testCompile project(":arrow-fx-coroutines")
testCompile project(":arrow-fx-test")
Expand Down