I'm tring to access `hashmapvariable["key"]`but In...
# announcements
d
I'm tring to access `hashmapvariable["key"]`but IntelliJ wants
hashmapvariable["key"]!!
, is there a way to define that there will be no null in the java HashMap? I tried declaring it in java like
HashMap<@NotNull String, @NotNull String>
but that seems not to work