macwire
macwire copied to clipboard
java.lang.NoSuchMethodError after adding a parameter
using macwire 2.6.6 on scala 3.7.1 when i modify a dependency the module is not recompiled resulting in runtime crash please see https://github.com/OlegYch/macwire-undercompilation
note that it works correctly on 2.13.16
If recompilation doesn't happen, this would be a bug in the compiler? Though probably would need better minimization than using macwire ;)
Ah its reported in zinc already :) sorry didn't notice at first