Is there any tool that warns or signals all the pl...
# android-studio
p
Is there any tool that warns or signals all the places in code where kotlin code references java code. Places where Nullable or NotNull aren't used. The idea is to enforce nullability in those cases.
e
but if the Java code is under your control, then add the appropriate nullability annotations to it
p
The java side is under my control, is just that it is big.