What's the coding convention on classes and files?...
# getting-started
f
What's the coding convention on classes and files? May I put multiple related data classes into a file (e.g. my
Types.kt
) or should every top-level type have it's own file?