Hi, I'm trying to automatically add compiler opt-ins for all my modules (where it matters).
But the "where it matters" is important, otherwise when the opt-in annotation is not available the build fails (as we utilize warning as errors). Zac's workaround is nice, but doesn't account for transitive dependency.