When writing a file that is just extension functio...
# announcements
b
When writing a file that is just extension functions, do you make the file uppercase or lowercase for the first letter? The context would be both in a pure Kotlin project, and a mixed project (Kotlin with Java interops).
s
Someone in my company shared this nice article this morning: https://arturdryomov.dev/posts/kotlin-code-organization/ You would create a new sourceset and name the file by the extended class name (+ full qualified package)