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?