calvellido
01/15/2020, 11:05 AM./gradlew dokka
Gives me:
> 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?Rachel
01/15/2020, 11:58 AMcalvellido
01/15/2020, 12:16 PMRachel
01/15/2020, 12:17 PMJannis
01/16/2020, 8:08 AMcalvellido
01/16/2020, 8:52 AMRachel
01/16/2020, 3:53 PM