Hey, how would you suppress the kotlin std `assert...
# test
g
Hey, how would you suppress the kotlin std
assert
function? It doesn't have any import statement, so I can't really filter it out in Android Studio and it always gets in the way of other assertion libraries. It's annoying because only manual imports edit helps, not even the IDE
add import
action or something