No source code is available for type <type> did you forget to inherit a required module?
问题 I am trying to split my project into 4 Java modules: web-client web-client-admin web-client-landing web-client-core The module web-client is the one that puts all pieces together, so the dependency tree would look something like this: <-- web-client-admin <---- / \ web-client <--- <---- web-client-core \ / <-- web-client-landing <-- In my module.gwt.xml I am having: <inherits name="com.mz.client.application.landing" /> <inherits name="com.mz.client.application.admin" /> <inherits name="com.mz