You are currently viewing != doesn’t work anymore after Kotlin plugin update

!= doesn’t work anymore after Kotlin plugin update

I can’t use != anymore when checking if something is null from Java.

Should I use !== now?

This is the error: No method ‘equals(Any?): Boolean’ available Unresolved reference: !=

submitted by /u/uzibart
[link] [comments]