From 6964febf085e5228368cd849781733b5db133db4 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Tue, 9 Jun 2020 15:04:34 +0200 Subject: [PATCH] Remove redundant boofcv dependency --- build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a10648f..0bcef02 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -173,10 +173,6 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-script-runtime:$kotlinVersion") } - if ("orx-boofcv" in orxFeatures) { - implementation("org.boofcv:boofcv-core:0.35") - } - implementation(kotlin("stdlib-jdk8")) testImplementation("junit", "junit", "4.12") }