Cross-posting here. Looks like a possible kapt/arrow bug. Comments?
r
raulraja
03/30/2020, 4:48 PM
Seems to me that is complaining about types out of the domain of Arrow
raulraja
03/30/2020, 4:48 PM
The Arrow processors don’t affect types unless annotated with the arrow annotations
raulraja
03/30/2020, 4:48 PM
like @extension or @higherkind
raulraja
03/30/2020, 4:49 PM
Do you have a full stacktrace?
j
Jakub Pi
03/30/2020, 5:02 PM
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.