also, does anyone have an IntelliJ trick for, when...
# coroutines
d
also, does anyone have an IntelliJ trick for, when calling
.collect { }
for the first time in the file, getting IntelliJ to add the extension function import instead of being sad that you're not passing a FlowCollector? My project avoids star imports.