hates
01/03/2019, 10:12 AMEgor Trutenko
01/03/2019, 10:20 AMPlacing multiple declarations (classes, top-level functions or properties) in the same Kotlin source file is encouraged as long as these declarations are closely related to each other semantically and the file size remains reasonable (not exceeding a few hundred lines).You can read the whole conventions here: https://kotlinlang.org/docs/reference/coding-conventions.html
hates
01/03/2019, 10:23 AM