refer to : #3 with kotlin it didn't work example ``` override fun onActivityCreated(savedInstanceState: Bundle?) { super.onActivityCreated(savedInstanceState) }} override fun onDestroy() { super.onDestroy() Timber.e("aaaaa") } override fun onAttach(context: Context) { super.onAttach(context) } ``` then i click auto format opt+cmd+l it will not sort into onattach, onActivityCreated, onDestroy
refer to : #3
with kotlin it didn't work
example
then i click auto format opt+cmd+l it will not sort into onattach, onActivityCreated, onDestroy