I have been working with Android Studio for a while. Recently I have heard about kotlin programming language and I wanted to try to include a class in kotlin language to my project.
There is the problem that whenevr I want to create a new Activity for example, the .java class is auto-generated. Also I see no way to cretae a .kt (kotlin) file manually.
So does anyone know how to setup a .kt file in Android Studio, so that I am able to fill it with code in kotlin language?