dogecv / DogeCV

FTC Vision Library
https://discord.gg/colton
GNU General Public License v3.0
68 stars 64 forks source link

ERROR: Could not find method implementation() for arguments [DefaultProjectDependency{dependencyProject='project ':openCVLibrary3'', configuration='default'}] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. Open File #33

Closed SaiVeer04 closed 4 years ago

SaiVeer04 commented 5 years ago

I get this error when I downloaded it

JFullerFPV commented 5 years ago

Me too

SPP3001 commented 4 years ago

I have also had this issue. I looked on stack and found some stuff saying that i need to "Replace implementation with 'compile' or 'api'". Neither of these work. It brings up the same error, but with "api" in place of "implementation"

SaiVeer04 commented 4 years ago

you need to put the code with implementation all the way at the bottom