anyone trying out the new JSR 305 annotations with...
# random
k
anyone trying out the new JSR 305 annotations with Gradle? I have the freeCompilerArgs flag set on all of my modules with Kotlin tasks. I'm calling a setter method with an unannotated param, in a package with a
package-info.java
with
@ParametersAreNonnullByDefault
, and it still lets me pass
null
as that setter's param