leandro
11/12/2022, 3:13 PMafterEvaluate {}
? I wonder mostly in terms of correctness and performanceChris Lee
11/12/2022, 3:57 PMafterEvaluate
are two different, orthogonal concepts. Convention plugins are the idiomatic approach to applying reusable logic to projects. afterEvaluate
can be used within scripts or plugins to force configuration to be applied at a loosely-specified point in the Gradle lifecycle. afterEvaluate
is not a recommended approach - it’s a code smell, resulting in fragile build logic, and is almost always unnecessary.leandro
11/12/2022, 4:31 PMVampire
11/13/2022, 12:56 AM