JsInterop “com is not defined”
问题 Trying to communicate with LibGDX project per Javascript with JsInterop. I am following the "Exporting a Java type to JavaScript" example here. It does not work: Uncaught ReferenceError 'com' is not defined . I am not getting any errors with gradle though. I have already: checked that generateJsInteropExports is enabled: My GdxDefinition.gwt.xml : <module rename-to="html"> <inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' /> <inherits name='com.badlogic.gdx.physics.box2d.box2d-gwt'