I don't like keeping Kotlin code in src/kotlin dir...
# announcements
c
I don't like keeping Kotlin code in src/kotlin directory, I'm putting it into src/java, so that I do not have same package split over different directories - where part of the package is written in Java and part in Kotlin. Are there any drawbacks to this approach?