gradle-native-artifacts-plugin
gradle-native-artifacts-plugin copied to clipboard
Compilation flags inside native artifact for usage by dependency consumer
Currently a native component must specify relevant compilation flags for all direct and transitive dependencies (especially library flags for the linker). It tightly couples the consuming module to its dependencies.
This tight coupling could be reduced if the native artifact specified relevant compiler and linker flags in its publication descriptor.