I have a project that is a Scala 3 plugin. Right now I publishLocal and run another project that imports my plugin for every test. Not very convenient.
How can I set up my plugin project so I can test my code in the same project (the plugin project)?