Is it possible to generate code on a different com...
# compiler
j
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
@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?
thank you color 1
d
Have no idea, actually In theory it should work
👍 1
thank you color 1