diff options
Diffstat (limited to 'core/build.gradle')
| -rw-r--r-- | core/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/build.gradle b/core/build.gradle index bb73187..e142af4 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -4,9 +4,10 @@ eclipse.project.name = appName + '-core' dependencies { api "com.badlogicgames.gdx:gdx:$gdxVersion" api "com.github.mgsx-dev.gdx-gltf:gltf:$gdxGltfVersion" + api "org.java-websocket:Java-WebSocket:$javaWebsocketVersion" api project(':shared') - if(enableGraalNative == 'true') { + if (enableGraalNative == 'true') { implementation "io.github.berstanio:gdx-svmhelper-annotations:$graalHelperVersion" } } |
