And a third question: when using the compiler plugin, is type resolution enabled by default? The documentation implies it isn't, but there is no mention about how to enable it (it all refers to the various gradle tasks provided by the gradle plugins, where are not available anymore since I replaced it by the compiler plugin).
g
gammax
05/25/2023, 8:48 PM
Yes TR is enabled by default (that’s the whole point behind Compiler Plugin).
gammax
05/25/2023, 8:48 PM
That’s probably worth to clarify in the documentation. Are you up for sending a PR to add a line for it 🙂
r
rmarquis
05/26/2023, 5:47 AM
TR being enabled makes complete sense, but I got really confused by the wording. Yes, I'll send a PR shortly!