1

我不知道如何在 LibGDX 项目中导入和使用JsInterop

我在 html 中的 GWT 版本build.gradle是正确的:

gwt {
    gwtVersion='2.8.0'
...

在项目中build.gradle

project(":html") {
    apply plugin: "gwt"
 ...

    dependencies {
       ...
        compile "com.google.jsinterop:jsinterop-annotations:1.0.1"
    }
}

我仍然无法编译,我收到错误:

error: package jsinterop.annotations does not exist
error: cannot find symbol class JsType

我已经阅读了有关该generateJsInteropExports标志的信息,我尝试将其放在不同的地方(可能是错误的地方?),也没有用。

我错过了什么吗?

4

0 回答 0