Hey team, I’m getting class redeclaration errors w...
# apollo-kotlin
g
Hey team, I’m getting class redeclaration errors with Apollo 4. Is there a workaround for this problem? I have two types: • Activity • ActivityMap Both of them generate
ActivityMap
classes and I get class redeclaration errors. Another use case is when you have: • info • Info types They generate
Info
and
Info1
classes. But they both generate
InfoMap
classes.
I found this issue, and trying the solution. We can probably live with this temporarily until there is a fix.
Renaming the type works for the 1st use case, but not for the second use case sad panda Commented on the ticket
thank you color 1
m
Good find! I left a comment in that issue
🎉 1