Hello! There have been a couple of weeks since I ...
# arrow-contributors
c
Hello! There have been a couple of weeks since I last ran the Arrow project, but now suddenly I'm not able to compile/build it:
Copy code
./gradlew dokka
Gives me:
Copy code
> Task :arrow-core:kaptKotlin FAILED
e: [kapt] An exception occurred: java.lang.StackOverflowError
        at arrow.meta.encoder.jvm.KotlinPoetEncoder$DefaultImpls.toMeta(KotlinPoetEncoder.kt:88)
(...)
Tried several things already, like increasing the Java heap size, starting from a fresh repo, and even removing all of
~/.gradle/
directory with no luck 😢, and I'm not able to overcome that yet. Has anybody faced something like this recently? Might this be related to this issue: https://github.com/arrow-kt/arrow/issues/1927?
r
Hi @calvellido!!
c
Yeah, thanks. Doesn't seem to be related with that bug as I'm still facing it, but thanks!
r
Right, I don't get that error without those previous steps...
j
https://github.com/arrow-kt/arrow/issues/1932 Think this has basically the same error
c
Yep, that is ☝️
r
However, I have the same OS and JDK and I don't have that problem: https://github.com/arrow-kt/arrow/issues/1932#issuecomment-575215539