• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Class imported but "Unresolved reference" when try run

Hi,

The BaseServiceTest class is on the module `common-testutils` and that module it's added in another module called `products` using:

`testImplementation(project(":common-testutils"))`

The module `products` has the class `CoreServiceTest` which extends the `BaseServiceTest` class. The class `BaseServiceTest` it imported into the class `CoreServiceTest` but when try run the I received `Unresolved reference: BaseServiceTest`. It's strange because the class it's imported but can't run it.

Can you help me? thanks
 
Back
Top Bottom