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.protobuf😛rotobuf-gradle-plugin:0.8.14")
}
}
...
dependencies {
...
implementation("com.google.protobuf😛rotobuf-java:$protoBufCoreVersion")
}
protobuf {
protoc {
artifact = "com.google.protobuf😛rotoc:$protoBufCoreVersion"
}
}
Also, I have config for adding generated source code to classpath:...