Hi !
I am using gradle 4.3 with com.android.tools.build:gradle:3.0.0 but i got the below error:
Could not determine the dependencies of task ‘:compileDebugJavaWithJavac’.
Could not resolve all task dependencies for configuration ‘:debugCompileClasspath’.
Could not resolve project :CordovaLib.
Required by:
project :
Project : declares a dependency from configuration ‘debugCompile’ to configuration ‘debug’ which is not declared in the descriptor for project :CordovaLib.
Thanks!