is there any way to skip null in groupBy ```list.g...
# announcements
c
is there any way to skip null in groupBy
Copy code
list.groupBy {
            it.nullableString
        }