Merge pull request #9 from hamoid/removeRedundantBoofcv
Remove redundant boofcv dependency
This commit is contained in:
@@ -173,10 +173,6 @@ dependencies {
|
|||||||
implementation("org.jetbrains.kotlin:kotlin-script-runtime:$kotlinVersion")
|
implementation("org.jetbrains.kotlin:kotlin-script-runtime:$kotlinVersion")
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("orx-boofcv" in orxFeatures) {
|
|
||||||
implementation("org.boofcv:boofcv-core:0.35")
|
|
||||||
}
|
|
||||||
|
|
||||||
implementation(kotlin("stdlib-jdk8"))
|
implementation(kotlin("stdlib-jdk8"))
|
||||||
testImplementation("junit", "junit", "4.12")
|
testImplementation("junit", "junit", "4.12")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user