You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the last version of library and this line is at the start of the build.gradle file:
import net.ltgt.gradle.errorprone.CheckSeverity
However, the world import CheckSeverity is in red color and the error message says: "Cannot resolve symbole 'CheckSeverity'". The project compiles and run correctly.
The text was updated successfully, but these errors were encountered:
I see this too; it seems like a bug in IntelliJ/Android Studio but I don't have any idea how to fix it. As you say, the project compiles and runs correctly, and the import is used later on in the file, so I think it's just a cosmetic problem.
I'm using the last version of library and this line is at the start of the
build.gradle
file:import net.ltgt.gradle.errorprone.CheckSeverity
However, the world import
CheckSeverity
is in red color and the error message says: "Cannot resolve symbole 'CheckSeverity'". The project compiles and run correctly.The text was updated successfully, but these errors were encountered: