How do people usually organise their code? A .kt ...
# announcements
n
How do people usually organise their code? A .kt file per class (Java style) or a several .kt files within a package directory that each contain multiple definitions of classes, functions and constants (Python style)? Or something different?