Hi, for contributing to Arrow lib is there any set...
# arrow-contributors
g
Hi, for contributing to Arrow lib is there any setup and guideline doc? I referred this, but felt it’s not comprehensive: https://github.com/arrow-kt/arrow/blob/master/docs/move-to-multi-repo/README.md Cc: @Rachel
r
Hi @Gopal S Akshintala!
Thanks for your interest!
g
Hi @Rachel
r
It's not necessary a setup
g
I just cloned arrow-core, it asked for android-sdk and I installed it
so just wanna know if there is any formal setup doc and guidelines for branch names etc,
r
ah, ok
there isn't a guideline for branch names or a formal setup
g
Cool, thanks
r
README for
arrow
repository explains the current situation
arrow
repository is the orchestrator for the all the Arrow libraries
and you'll find documentation in README for every library as well
please, let me know if we can improve that documentation
thanks!!
g
I ran the gradle, it finished successfuly but my projects shows compiler errors
r
please, could you share those errors?
log or screenshoot
g
message has been deleted
r
please, try
File > Invalidate Caches / Restart
g
I tried it, I still get those errors, btw I only cloned arrow-core repo
Should i have all the other modules as well? @Rachel
r
no, it's not necessary
@pakoito, how do you solve those Intellij IDEA errors?
p
compiling and running the project should make them go away
g
I did a ./gradle build from command line and they went away, previous I relied on intellij gradle build after importing the project
thanks
p
you have to configure IJ to delegate running the project to gradle
it's not part of the project config