Yet IntelliJ is showing compile errors for some of...
# grpc
d
Yet IntelliJ is showing compile errors for some of the generated gRPC code. Has anyone experienced this?
Other notes: 1. I've deleted the entire
.idea
directory, restarted IntelliJ, reimported the project. 2. I've done
File
->
Invalidate Caches
and invalidated caches and restarted 3. I've restarted my laptop 4. I've upgrade to the latest IntelliJ and all the latest gRPC libraries
None of the above helped
Update: seems like it might have been this issue: https://github.com/grpc/grpc-kotlin/issues/214#issuecomment-740054935
d
yeah the linked issue is the problem -> https://github.com/google/protobuf-gradle-plugin/issues/109
tldr you have to manually register the generated sources for your ide to find them
👍 1