Kai
Results
2
issues of
Kai
Removing the static library from the outgoing config, disabling `CppCompile` and `CreateStaticLibrary` tasks ### Context Benefit of this solution is that no unnecessary static library is created and neither a...
I have a question / suggestion regarding the the [header-only-library](https://github.com/gradle/native-samples/tree/master/cpp/header-only-library) sample: My understanding: a header only library has just headers - no `.cpp` source files. Applying the plugin of the...