Join Slack
Powered by
When writing a file that is just extension functio...
# announcements
b
baxter
02/03/2020, 7:50 PM
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
satyan
02/03/2020, 7:52 PM
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)
Open in Slack
Previous
Next