soo, guice and nullable kotlin types dont play nic...
# announcements
g
soo, guice and nullable kotlin types dont play nice. The problem is that Guice has no way of knowing from the JVM rtti if an argument is nullable or not since the kotlin compiler erases that information. Can I request that the kotlin compiler take all methods with a nullable parameter in their signature and tag that parameter with JSR 305's
@Nullable
annotation?