Cannot resolve reference com.nhaarman.acorn.presentation.Container class when using in pure java module.
Steps to reproduce:
- Create empty activity project using Android Studio wizard
- Create module Java Library
- Add
implementation 'com.nhaarman.acorn.ext:acorn:1.2.0' to the java module in build.gradle file
- Create any interface that extends
com.nhaarman.acorn.presentation.Container will see the error.
Found a similar issue on StackOverflow. Maybe it is gradle issue then.
Cannot resolve reference
com.nhaarman.acorn.presentation.Containerclass 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.Containerwill see the error.Found a similar issue on StackOverflow. Maybe it is gradle issue then.