[Plugin] Http/s REST, blueprintable JSON query and Parse API manager [VaRest]

On 4.11, Varest works perfectly for me on windows and mac, but I’m getting linker errors on Android:



LogPlayLevel: UnrealBuildTool: C:/NVPACK/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9/../../../../arm-linux-androideabi/bin\ld.gold.exe: error: E:/.../Plugins/VaRestPlugin/Binaries/Android/CTAndroid-VaRestPlugin-armv7-es2.a(Module.VaRestPlugin.cpp-armv7-es2.o): multiple definition of 'vtable for UVaRestRequestJSON'
LogPlayLevel: UnrealBuildTool: C:/NVPACK/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9/../../../../arm-linux-androideabi/bin\ld.gold.exe: 
E:/.../Plugins/VaRestPlugin/Binaries/Android/CTAndroid-VaRestPlugin-armv7-es2.a(VaRestRequestJSON.cpp-armv7-es2.o): previous definition here


I did not had this errors on 4.10.

Any suggestions?

I’m using Varest in BP and in C++.

Thank you.

EDIT:

Nevermind, problem solved. It was intermediate and other build cache folders that I had to delete.