diff --git a/arrow-benchmarks-fx/build.gradle b/arrow-benchmarks-fx/build.gradle index 6e7e881f7..11d278e24 100644 --- a/arrow-benchmarks-fx/build.gradle +++ b/arrow-benchmarks-fx/build.gradle @@ -15,8 +15,6 @@ plugins { apply from: "$SUBPROJECT_CONF" apply from: "$DOC_CONF" -ktlintJmhSourceSetCheck.enabled = false - dependencies { compile project(":arrow-fx") compile project(":arrow-fx-rx2") diff --git a/arrow-fx-kotlinx-coroutines/build.gradle b/arrow-fx-kotlinx-coroutines/build.gradle index f48183555..c69f98cb5 100644 --- a/arrow-fx-kotlinx-coroutines/build.gradle +++ b/arrow-fx-kotlinx-coroutines/build.gradle @@ -13,8 +13,6 @@ apply from: "$SUBPROJECT_CONF" apply from: "$DOC_CONF" apply from: "$PUBLISH_CONF" -ktlintMainSourceSetCheck.enabled = false - dependencies { implementation project(':arrow-fx') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION" diff --git a/arrow-fx/build.gradle b/arrow-fx/build.gradle index aa56ac4bc..08170ffb2 100644 --- a/arrow-fx/build.gradle +++ b/arrow-fx/build.gradle @@ -13,8 +13,6 @@ apply from: "$SUBPROJECT_CONF" apply from: "$DOC_CONF" apply from: "$PUBLISH_CONF" -ktlintTestSourceSetCheck.enabled = false - dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION" compile "io.arrow-kt:arrow-annotations:$VERSION_NAME", excludeArrow