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
it would be nice if transitive dependencies stop triggering invalid error message unable to resolve class com.example.package.SomeClass even though another subproject is imported correctly in the build.gradle
dependencies {
compile project(':common')
}
The text was updated successfully, but these errors were encountered:
Gradle Version: 6.3
Feature request
it would be nice if transitive dependencies stop triggering invalid error message
unable to resolve class com.example.package.SomeClass
even though another subproject is imported correctly in thebuild.gradle
The text was updated successfully, but these errors were encountered: