⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@MGaetan89
Copy link
Contributor

This commit makes the :tests module available in a Gradle build. This fixes false-positives in the version catalog (dexmaker not being used for example).

This commit makes the `:tests` module available in a Gradle build.
This fixes false-positives in the version catalog (`dexmaker` not being used for example).
@MGaetan89 MGaetan89 force-pushed the include-tests-module branch from 23ab997 to 81b9b69 Compare August 27, 2025 08:19
}

android {
namespace "com.google.android.material"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've used the package name defined here:

@MGaetan89
Copy link
Contributor Author

@hunterstich any interest in this PR?

@hunterstich
Copy link
Contributor

Hey @MGaetan89

By false-positive, you mean dependencies like dexmaker being flagged as unused?

@MGaetan89
Copy link
Contributor Author

Hey @MGaetan89

By false-positive, you mean dependencies like dexmaker being flagged as unused?

Yes, exactly

@hunterstich
Copy link
Contributor

Okay gotcha. I see that that would be a nice fix.

I was making sure everything still builds as expected and was getting some errors running ./gradlew assembleDebug - maybe related to non-transitive R classes? Are you seeing anything similar?

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

Successfully merging this pull request may close these issues.

2 participants