import kotlinx.android.synthetic.main.activity_main.* import kotlinx.android.synthetic.main.fragment_main.* 이들이 안될때 plugins 에 'kotlin-android-extensions' 를 추가 하고 상단에 나오는 'sync now' 클릭 해 준다. plugin 을 추가 안 했을때는 import kotlinx.android.synthetic.main.activity_main.* import kotlinx.android.synthetic.main.fragment_main.* 요걸 import 하라는 요청도 없다. 이게 안될때 나오는 문제로는 xml의 id 를 통한 접근이 불가능 하다. navController = na..