Reynegton Pinheiro Nunes

Results 2 comments of Reynegton Pinheiro Nunes

Same error when compiling for Windows. Compiling for Android is fine, but the desktop build reports a CMake error.

> Workaround android/build.gradle > > ``` > allprojects { > repositories { > google() > mavenCentral() > } > } > > rootProject.buildDir = '../build' > > // FIX for...