Slackbot
05/06/2022, 4:16 PMChris Lee
05/06/2022, 4:18 PMSimon Kågedal Reimer
05/06/2022, 4:25 PMThomas Broyer
05/06/2022, 4:25 PMVampire
05/06/2022, 10:45 PMVampire
05/06/2022, 10:47 PMThomas Broyer
05/06/2022, 11:21 PMGradle does not post-process compiled classes, does it?
It pre-processes, analyzing the dependencies for whether there was an ABI change and so on. But it should not change the compiled classes, or does it?It process them after compilation (obviously) to analyze dependencies, so "post process", and will use that analysis in subsequent compilations to determine which classes need to be recompiled given modified files. But it does not modify the compiled classes indeed.