Settings or Preferences | Editor | Inspections | Kotlin | Style issues Inspection Details By default bundled with: IntelliJ IDEA 2024.3,Qodana for JVM 2024.3, Can be installed with plugin: Kotlin, 243.23126-IJ Was this page helpful? YesNo...
One of the great things about Kotlin is the null-safety that it provides, but use of the not null operator reintroduces the potential for NullPointerExceptions. Being able to lint against it ensures nullable values are always handled appropriately....