셋팅 -> Editor -> General -> Auto Import
Optimize imports on the fly 와 Add unambiguous imports on the fly 선택
Add unambiguous imports on the fly : 자동으로 import 문을 추가해준다.
Optimize imports on the fly : 빌드 할 때 사용하지 않는 import문을 자동으로 삭제해준다.
출처: https://devinside.tistory.com/102 [개발개발개발]