Is it possible to generate code on a different compilation with FIR? For example, generating code in the test source set based on an annotation in the main source set?
🚫 1
Javier
07/08/2024, 9:17 AM
@dmitriy.novozhilov hope you are doing well :)
if I annotate an empty class in the test set to add the test methods with the test annotation in FIR, will the IDE show the gutter icon to run the tests at the left of the class name?