That means you're forcing something that might have null to be used anyway, causing an NPE if it so happens to be null! So Kotlin is forcing you to scream at the top of your lungs (
!!
) that you really do want to possibly through an NPE instead of checking for one.