<compile error: Supertypes of the following classe...
# stackoverflow
u
compile error: Supertypes of the following classes cannot be resolved I have a gradle project with proto3 generator: buildscript { repositories { mavenCentral() } dependencies { classpath("com.google.protobufprotobuf gradle plugin0.8.14") } } ... dependencies { ... implementation("com.google.protobufprotobuf java$protoBufCoreVersion") } protobuf { protoc { artifact = "com.google.protobufprotoc$protoBufCoreVersion" } } Also, I have config for adding generated source code to classpath:...