Anyone here has experience with Protobuf. I was tr...
# serialization
a
Anyone here has experience with Protobuf. I was trying to integrate it into my project but having this issue. If anyone has any idea would be helpful 🙏
Copy code
e: com.squareup.anvil.compiler.api.AnvilCompilationException: Back-end (JVM) Internal error: Couldn't resolve FqName com.google.protobuf.kotlin.ProtoDslMarker for Psi element: com.google.protobuf.kotlin.ProtoDslMarker
p
That looks like a problem with Anvil in how it processes the google protobuf library. That library is unrelated to kotlinx.serialization (it handles protobuf "natively")