Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: add support for transitive dependencies #94

Open
adibfarrasy opened this issue Nov 20, 2024 · 0 comments
Open

Request: add support for transitive dependencies #94

adibfarrasy opened this issue Nov 20, 2024 · 0 comments

Comments

@adibfarrasy
Copy link

adibfarrasy commented Nov 20, 2024

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 the build.gradle

dependencies {
    compile project(':common')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant