androidstarters / kotlin-android-starter

[Kotlin Android] Kotlin Android starter based MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Kotlin Android project.
602 stars 97 forks source link

Installed using yeoman - why am I generating java files? #1

Closed davetao closed 7 years ago

davetao commented 7 years ago

Hi, Wondering why my generator is creating java files instead of .kt files. It is a fresh installation of yeoman and the generator.

screen shot 2017-06-04 at 11 54 10
ravidsrk commented 7 years ago

@davetao Generator is still WIP. It is being developed here https://github.com/ravidsrk/generator-android-mvp-starter/tree/kotlin.

ravidsrk commented 7 years ago

@davetao I have fixed the generator now. It generates Kotlin sample now.