Hi guys, is there any convention of naming "multic...
# getting-started
k
Hi guys, is there any convention of naming "multiclassess file" in kotlin? Eg. I had three classes in java: Email, EmailAddress, Attachment(+builder, tostring, getters) and I changed them to kotlin classes. So now I have 3 classess with one line of code (data class Email.... etc) and I think about put that three classes in one file. So.. is there any naming convention for situation like this? 🤔