Is there a C++ Gradle plugin that's better than default one that Gradle has? I see
Nokee has one, but it seems to suffer from the same problems as the Gradle one - most critically that it 'autodetects' (hardcodes) which g++.exe it uses on Windows machines. I need to be able to amend the compilation tasks so that I can compile a C++ library with the specific g++.exe that Kotlin/Native uses.