https://kotlinlang.org logo
Title
g

Gopal S Akshintala

03/16/2020, 11:18 AM
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

Rachel

03/16/2020, 11:42 AM
Hi @Gopal S Akshintala!
Thanks for your interest!
g

Gopal S Akshintala

03/16/2020, 11:42 AM
Hi @Rachel
r

Rachel

03/16/2020, 11:42 AM
It's not necessary a setup
g

Gopal S Akshintala

03/16/2020, 11:43 AM
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

Rachel

03/16/2020, 11:43 AM
ah, ok
there isn't a guideline for branch names or a formal setup
g

Gopal S Akshintala

03/16/2020, 11:44 AM
Cool, thanks
r

Rachel

03/16/2020, 11:44 AM
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

Gopal S Akshintala

03/16/2020, 11:46 AM
I ran the gradle, it finished successfuly but my projects shows compiler errors
r

Rachel

03/16/2020, 11:47 AM
please, could you share those errors?
log or screenshoot
g

Gopal S Akshintala

03/16/2020, 11:47 AM
r

Rachel

03/16/2020, 11:52 AM
please, try
File > Invalidate Caches / Restart
g

Gopal S Akshintala

03/16/2020, 11:58 AM
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

Rachel

03/16/2020, 11:59 AM
no, it's not necessary
@pakoito, how do you solve those Intellij IDEA errors?
p

pakoito

03/16/2020, 12:19 PM
compiling and running the project should make them go away
g

Gopal S Akshintala

03/16/2020, 12:23 PM
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

pakoito

03/16/2020, 12:26 PM
you have to configure IJ to delegate running the project to gradle
it's not part of the project config