Noticed the new native plugins and looking from the samples repo, I’d rather use them for a project going live in 6 months. I assume the design is still work in progress, so I figured I’d ask whether it is a good idea to try to use them.
My use case is building a statically linked shared JNI library (DLL, and SO) code using MSVC/GCC (depending on the platform), for x86 and 64bit intel architectures. Release builds only.
For bonus points, Linux->Win crosscompilation using GCC would be really nice, but not really required (right now we run the build twice).