IntelliJ not correctly analyzing grpc-kotlin generated code

192 views Asked by At

I have followed the instructions here: https://github.com/grpc/grpc-kotlin/tree/master/compiler for Gradle, and everything is working fine, but IntelliJ is seeing errors in the generated code, even though when I run the application and manually write code I know would work it runs just fine.

intellij error

intellij not seeing other source sets

1

There are 1 answers

1
Michael On

Intellisense was disabled in one of the generated code files because of file size, causing all the others to have errors. I was able to increase the intellisense max file size and now everything works!