`TreeMap` has no kotlin type, so since you're usin...
# announcements
k
TreeMap
has no kotlin type, so since you're using it straight from java it returns
Double!
, which means it does not know if it is nullable or not, so it's up to you to use it correctly