Hello, is there a way to make JSR-305 annotations work with subclassing?
When I extend from kotlin a java class that has a parameter annotated as non-null,
this information is lost by the IDE (android studio 3.0 stable)
which suggests me by default a nullable parameter