Cannot resolve symbol 'google" on import com.google when using the intellij build system Follow
Answered
I am working on a project using the IntelliJ build system instead of using Maven or Gradle. When I try to import something that starts with com.google it gives me the error. Is there a way to get these libraries imported using the IntelliJ build system? Or do I have to use Maven or Gradle?
Please sign in to leave a comment.
Make sure the libraries are added to the module dependencies, see https://www.jetbrains.com/help/idea/working-with-module-dependencies.html#add-a-new-dependency.
If the issue persists, please share a sample project to reproduce it: https://uploads.jetbrains.com.