Cross-posting here. Looks like a possible kapt/ar...
# arrow
j
Cross-posting here. Looks like a possible kapt/arrow bug. Comments?
r
Seems to me that is complaining about types out of the domain of Arrow
The Arrow processors don’t affect types unless annotated with the arrow annotations
like @extension or @higherkind
Do you have a full stacktrace?
j
No, but it looks like the WARN in the stack is unrelated to the error I am seeing. I added
Copy code
kapt.incremental.apt=false
to my
gradle.properties
file. The warning went away but the error remained. Didn't realize they were separate messages. So this is unrelated to arrow/kapt, just a serialization problem.