-
Notifications
You must be signed in to change notification settings - Fork 7
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
Gradle dependency issue in java module #158
Comments
Hi @VincentJian, I was unable to reproduce this. Is this still an issue? |
Yes, it is still an issue. This issue only happens in pure java module. In the last step, I mean create the interface in the java module. |
I followed your steps and I had no errors. I implemented both no |
I tried again with gradle 6.5 with Android Studio 4.0 and still see this issue. I also tried
Anyway, I convert this pure java module to android library module and this issue is gone. |
Cannot resolve reference
com.nhaarman.acorn.presentation.Container
class when using in pure java module.Steps to reproduce:
implementation 'com.nhaarman.acorn.ext:acorn:1.2.0'
to the java module in build.gradle filecom.nhaarman.acorn.presentation.Container
will see the error.Found a similar issue on StackOverflow. Maybe it is gradle issue then.
The text was updated successfully, but these errors were encountered: