Hi folks, I am trying to compile a project with ar...
# arrow
l
Hi folks, I am trying to compile a project with arrow-recursion using
./gradlew clean build
, but I am getting:
Copy code
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?
a
Hey Leandro, there's a open issue that talking about it. Take a look at https://github.com/arrow-kt/arrow/issues/891 Hope that helps 🙂
👍🏼 2
l
Thanks Alisson!