NullAway v0.1.5 Release Notes

    • ➕ Add finer grained suppressions and auto-fixes (#31). You can suppress initialization errors specifically now with @SuppressWarnings("NullAway.Init")
    • 🛠 Fix performance issue with lambdas (#29)
    • ➕ Add lambda support to the RxNullabilityPropagator handler. (#12)