I think we mark params, no? Can't check now, but m...
# announcements
o
I think we mark params, no? Can't check now, but may be incompatible annotations?
g
orangy: You can of course:
Copy code
class Thingy @Inject constructor(@Assisted @Nullable val arg: Int?)
that will run properly, I just want kotlinc to do it automatically
o
Can guice be instructed to use alternative nullity annotations? Because we have them, but they are from intellij.annotations.
g
hmm, thats a good question, ill look into it tomorrow
it might have to be a PR though