I just upgraded my android studio at 3.6.3 version and I started to watch some Udemy course about Kotlin programming and I noticed when I tried to create new Fragment I didn't see a checkbox "include interface callbacks" as in old version in Android studio. I am a beginner in Kotlin so I need some advice.
Here is an example of fragment creation in the new Android studio:

How can I include interface callbacks in the new version of the Android studio automatically? I hope I don't need to do it all manually, maybe some shortcut option?
