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
Since there is no java.awt included in Android when we try to do a test compile we see the following:
Error:(22, 5) Gradle: error: cannot access BufferedImage class file for java.awt.image.BufferedImage not found
Can we get a module that is stripped of java.awt and is NOT targeting Android classes but will work with Android?
The text was updated successfully, but these errors were encountered:
Hmmm... looks like 2.0M8 fixes this? Just looked at the release notes.
Should I be using fest-assert or fest-assert-core?
Sorry, something went wrong.
you could try assertj-core 1.x, it's android compatible or even better https://github.com/square/assertj-android.
No branches or pull requests
Since there is no java.awt included in Android when we try to do a test compile we see the following:
Can we get a module that is stripped of java.awt and is NOT targeting Android classes but will work with Android?
The text was updated successfully, but these errors were encountered: