I am trying to use the myType class declared in the package com.mycompany.myproject in a class that lives in com.mycompany.myproject.client but I am getting the following errors when compiling:
[ERROR] Line [X]: The import com.mycompany.myproject.myType cannot be resolved
If I try to run the hosted browser I get:
[ERROR] Line [X]: No source code is available for type com.mycompany.myproject.myType; did you forget to inherit a required module?
Any idea?