When attempting to use the wire[X] macro and I have all the required dependencies in scope, I expect to not see any compiler warnings.
Instead, I see:
[warn] ... Auto-application to `()` is deprecated. Supply the empty argument list `()` explicitly to invoke method validateOrThrow,
[warn] or remove the empty argument list from its definition (Java-defined methods are exempt).
[warn] In Scala 3, an unapplied method like this will be eta-expanded into a function.
When attempting to use the
wire[X]macro and I have all the required dependencies in scope, I expect to not see any compiler warnings.Instead, I see: