Leandro Borges Ferreira
08/16/2018, 12:19 AM./gradlew clean build
, but I am getting:
Could not determine the dependencies of task ':jar'.
> Could not resolve all files for configuration ':compile'.
> Could not find io.arrow-kt:arrow-recursion:0.7.2.
Searched in the following locations:
<https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-recursion/0.7.2/arrow-recursion-0.7.2.pom>
<https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-recursion/0.7.2/arrow-recursion-0.7.2.jar>
<https://jcenter.bintray.com/io/arrow-kt/arrow-recursion/0.7.2/arrow-recursion-0.7.2.pom>
<https://jcenter.bintray.com/io/arrow-kt/arrow-recursion/0.7.2/arrow-recursion-0.7.2.jar>
Required by:
project :
Should I add some location in my gradle project?Alisson Morais
08/16/2018, 1:45 AMLeandro Borges Ferreira
08/16/2018, 12:35 PM