Jorge Bo
03/18/2022, 7:50 PMTom Hermann
03/18/2022, 8:41 PMIn most cases, you define extensions on the top level, directly under packages:https://kotlinlang.org/docs/extensions.html#scope-of-extensions In the stdlib, it is pretty common to see a plural version of the extension receiver as the filename, like
Strings.ktStringLandry Norris
03/20/2022, 9:03 PMJorge Bo
03/21/2022, 11:40 AM