russhwolf
11/23/2020, 10:25 PMkotlin.mpp.enableCompatibilityMetadataVariant
flag for library authors to avoid compatibility issues with projects that don’t enable heirarchical project support? I see it in the JB libs, but can I use it or should I avoid it?Benjamin Charais
11/23/2020, 10:26 PMrusshwolf
11/23/2020, 10:29 PMkotlin.mpp.enableGranularSourceSetsMetadata=true
which is how you enable hierarchical structure support. I’m asking about a second flag which I understand JB uses internally for compatibility purposes, but is otherwise undocumented.Benjamin Charais
11/23/2020, 10:33 PMErik Christensen
11/24/2020, 2:48 AMkotlin.native.enableDependencyPropagation=false
flag, which is mentioned in the docs, but not used by JB libraries.