Hey Guys,
I have a project where I am using both java & kotlin, should I separate the Kotlin files from the Java files if? (src/main/java/… src/main/kotlin) I know kotlin don’t care about the directory structure but is there a best practice in this case?