I have microservice with CRUD + GRPC + NRPC
Now, i can not compile my ptoject, because error:
:1: internal compiler error: NewBulk too big
I have many: 2000 rpc functions.
With 1900 rpc functions NRPC good worked, but with 2000 functions can not compile more.
I need delete NRPC code now :-(
I have GRPC code too, so i not lost too much