sgeb/gradle-native-artifacts-plugin

Compilation flags inside native artifact for usage by dependency consumer

sgeb opened this issue · 0 comments

sgeb commented

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.