Martin
06/17/2024, 2:49 PMoutgoingConfiguration.isVisible = false ? Iโm using it to prevent some artifacts to be built on assemble . Should I expect more side effects from setting that flag? Or is it OK?Martin
06/17/2024, 2:49 PM./gradlew outgoingVariants ? Anything else?Vampire
06/17/2024, 2:50 PMassemble is pretty much the only change.
It is some deprecated flag that is majorly misnamed too iirc.
outgoingVariants will not be influenced by it, that I tested some days ago.Martin
06/17/2024, 3:00 PMoutgoingVariants still displays the invisible configurations! Thanks! Iโll go ahead and assume this is fine ๐Jendrik Johannes
06/18/2024, 6:52 AMMartin
06/18/2024, 7:53 AM