antoniolg / Bandhook-Kotlin

A showcase music app for Android entirely written using Kotlin language
Apache License 2.0
1.86k stars 398 forks source link

Kotlin src folder #4

Closed tsuharesu closed 9 years ago

tsuharesu commented 9 years ago

Just a tip: after M11 Kotlin will run fine on src/main/java, so you don't really need to add kotlin to main.java.srcDirs

http://blog.jetbrains.com/kotlin/2015/03/kotlin-m11-is-out/

You can close the issue after viewing the comment hehe

antoniolg commented 9 years ago

Thanks! I had it separated because I preferred not mixing files of both languages. But now that I can do everything using Kotlin, it'd make sense what you say.

I'll do it when I find some minutes.