I'm trying to generate kotlin files from protobuf messages in my Android project and I'm trying to only use the lite versions of the protobuf libraries. I have other libraries in my project that use `protobuf-javalite` and trying to avoid any conflicts with libraries. However, I keep seeing "unresolved supertypes" errors. Missing classes include `GeneratedMessageV3` and `MessageOrBuilder`, among others. I've tried using other dependencies, such as `protobuf-javalite` and `protobuf-lite` but still seeing the unresolved supertype errors, which I don't get with `protobuf-java`, but then I start running into conflicts with my other app libraries. Is it not possible to avoid using `protobuf-java`?
Thanks, Sterling -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/0f608de7-decc-4d9a-9f93-03809e35c668n%40googlegroups.com.
