We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The gradle plugin should be applicable to the root project as opposed to being applied to the app module right now.
The root plugin should go through all modules/projects and:
com.android.application
com.android.library
java|kotlin
Also note that it should work for isolated gradle projects (upcoming stable in Gradle 9.0 I believe)
Prior art: https://github.com/autonomousapps/dependency-analysis-gradle-plugin/tree/main/src/main/kotlin/com/autonomousapps/subplugin
The text was updated successfully, but these errors were encountered:
romtsn
No branches or pull requests
Description
The gradle plugin should be applicable to the root project as opposed to being applied to the app module right now.
The root plugin should go through all modules/projects and:
com.android.application
)com.android.library
or just a purejava|kotlin
module)Also note that it should work for isolated gradle projects (upcoming stable in Gradle 9.0 I believe)
Prior art: https://github.com/autonomousapps/dependency-analysis-gradle-plugin/tree/main/src/main/kotlin/com/autonomousapps/subplugin
The text was updated successfully, but these errors were encountered: