При сборке это происходит
ОШИБКА: не удалось найти реализацию метода () для аргументов [DefaultProjectDependency {dependencyProject = 'project': openCVLibrary3 '', configuration = 'default'}] для объекта типа org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler ,
Открыть файл
Я пытаюсь использовать dogecv с ftc sdk
dependencies {
implementation project(path: ':openCVLibrary3')
implementation project(path: ':DogeCV')
}//
// build.gradle in TeamCode
//
// Most of the definitions for building your module reside in a common, shared
// file 'build.common.gradle'. Being factored in this way makes it easier to
// integrate updates to the FTC into your code. If you really need to customize
// the build definitions, you can place those customizations in this file, but
// please think carefully as to whether such customizations are really necessary
// before doing so.
// Custom definitions may go here
// Include common definitions from above.
apply from: '../build.common.gradle'