The issue GRADLE-3076 was closed a bit premature. If I can help solve it in any way please let me know

A good place to start tracking down these sorts of issues is by running the test suite for the ‘native-platform’ project. This is what we use for our native integration, and is where the fix is likely required:

Do do this, you need to check out the native platform project (https://github.com/adammurdoch/native-platform) and run ‘./gradlew test’. This will give us more diagnostics on where the problem is, hopefully.