Results 77 comments of Tomski

Not specifically for Intersector, but changes are welcome imo. (As long as they come in manageable well scoped PRs.) If GWT is happy, I don't see any compatible issues there....

Aside from the build problems that would need fixing, (as none of that is gonna get merged whilst there would be so many hoops for a dev to jump through...

> Sorry, I don't quite understand. If they're identical why would we have to do anything? You could just have each project refer to the ios natives normally? Right had...

Yes, that is my point. I'm not against using MetalAngle, and we can have that option in both ios backends. That should be separated from bringing MOE back as a...

These should already be included by LibGDX itself, please provide a full error report following our issue template so we can see/reproduce the issue.

Looks like its only in GLES 3.1. Not 3.0.

https://repo1.maven.org/maven2/org/lwjgl/lwjgl-glfw/3.3.1/ this dependency does exist, your log is showing that its only looking in maven local and then failing to find it. Can you show your repositories configuration?

These dependencies are added using classifier notation, you are just seeing the "expanded" version that shows you it raw. This is probably not Gradle, but Gradle plugin for IDEA that...

No its not, IDEA plugin is integrating Gradle into the IDE tooling system. Its in the stacktrace you posted. ` at org.jetbrains.plugins.gradle.model.ProjectImportAction.addBuildModels(ProjectImportAction.java:388)` This is the gradle integration plugin from jetbrains...

Good to isolate it to Gradle. Are you running on arm32? did you manually build lwjgl natives on your system? Do you have any lwjgl maven artifacts in your maven...