Pere Casafont
07/07/2019, 5:34 PMMatej Drobnič
07/08/2019, 6:28 AMPere Casafont
07/08/2019, 6:32 AMMike
07/08/2019, 10:45 AMMatej Drobnič
07/08/2019, 10:50 AMMatej Drobnič
07/08/2019, 10:55 AMimport kotlinx.coroutines.*, so I had no idea where that method is.
But even without wildcard imports, many extension methods can be stuffed together into single pacakge. For example let's say that I see a launch method in code. Imports say kotlinx.coroutines.launch. Unfortunatelly, it appears that pretty much every single method in coroutines is stuffed into that package. So that does not narrow down my search scope at all.Pere Casafont
07/08/2019, 11:01 AMMike
07/08/2019, 12:29 PMMatej Drobnič
07/09/2019, 5:13 PMMatej Drobnič
07/09/2019, 5:14 PMMike
07/10/2019, 12:51 PM