Composable template instead of XML template
I just started app development with kotlin and I started learning from yt but when I create a empty activity in android studio it creates templates having composable functions but I want to create ui with XML not compose what can I do ?
I am expecting a XML template where no composable functions defined