Of course you can not.
But take into consideration that you also cannot do any other cross navigation without IDE.
val x = getObject
x.doSomeThing() // how would you even find where the method is declared?
IMHO: Import itself can be considered as boilerplate code in some high level areas
So wildcard imports can be just less evil.