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

[BUG] Gradle Plugin not finding my classes (Android, multi-module, multiple product-flavors) #218

Open
Zomis opened this issue Jul 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Zomis
Copy link

Zomis commented Jul 14, 2023

After having several issues installing the plugin, a Stack Overflow answer helped me at least try the plugin locally.

So I run ./gradlew debloat only to see this:

> C:\my\path\to\project\build\classes does not exist

So I investigate where my classes are, and then I realize that as this is an Android project, a multi-module project, and we're using multiple productFlavors the classes are at e.g.:

C:\my\path\to\project\my-module-name\build\intermediates\javac\my-product-flavor-Debug\classes\my\package\name\MyClass.class

Can you add support for more options for where the class files are and not assume that everything is in \build\classes?

@Zomis Zomis added the bug Something isn't working label Jul 14, 2023
@Zomis Zomis changed the title [BUG] [BUG] Gradle Plugin not finding my classes (Android, multi-module, multiple product-flavors) Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant