Is there a way to create a new AS project with Kot...
# android-studio
a
Is there a way to create a new AS project with Kotlin Gradle not Groovy?
It is a pain that every time start a new project have to hand code the transition from Groovy to Kotlin in the Gradle files
m
Kotlin multiplatform project start as kts. You could probably start a kmm project and just remove everything but android ;)
👍🏽 1
a
But no way to tell AS to build the kts file from the beginning ???
j
Create your custom template in github for example
✔️ 1
intellij has support for kts too but not sure about android projects via intellij, I am not using templates and I am creating manually kts files for years
👍🏽 1
a
🙏🏽 @Javier Yes. But this is for a class and want to tech without using a Git repo to start. And want to teach Kotlin not Groovy :-)
1
OK. The class now starts with a Git repo instead of AS ... hope in the future we can start with AS and generate a kts file ... Thanks everyone for the help 😀
🙂 1
e
I don't think I've ever used the IDE wizard to create a project, while I've created many by hand and a few by copy-paste, so IMO you'd be teaching real development that way…
👌 1