diff --git a/build.gradle b/build.gradle index 72c28e9..75aa056 100644 --- a/build.gradle +++ b/build.gradle @@ -40,5 +40,5 @@ repositories { dependencies { compileOnly "org.openpnp:opencv:4.5.1-2" - api project(':RobotCore') + api(project(':RobotCore')) } \ No newline at end of file