Can I have a question ? I used the gitlab to pull the project, run the gradle to build and I found the buid/generated/source folder, but getting the error on import pb folder in service class. Do you know what is the main reason ? many thanks
Hi Minh, if the codes are successfully generated but you got import error then it's probably something wrong with the sourceSets configuration in build.gradle file. Did you follow the guide on Lecture 8 to setup the project?
very nice tutorial series
thank you very much
Excellent thank you very much
Glad it helped
Can I have a question ?
I used the gitlab to pull the project, run the gradle to build and I found the buid/generated/source folder, but getting the error on import pb folder in service class.
Do you know what is the main reason ? many thanks
Hi Minh, if the codes are successfully generated but you got import error then it's probably something wrong with the sourceSets configuration in build.gradle file.
Did you follow the guide on Lecture 8 to setup the project?
I faced this same issue. After trying so many different options found an answer which told to restart the IDE. Seems to be a index build issue.
I got the same issue. I just restart IDE and then after IDE run some background tasks (indexing) and the issues has been resolved
Thank you very much!
You're welcome!