I’m facing very similar issue. Currently using gradle 5.1.1
package does not exist when doing gradle build. When I’m trying to access class from another package, saying package does not exist.
example: I have source packages A, B
I’m trying to access classes of A in B then i didn’t see any compilation error in eclipse/intellij but during build time facing an issue.
Can someone please help here.