Hello friends, I have been working on creating sh...
# announcements
l
Hello friends, I have been working on creating shortcut images for Kotlin Collections, these are the first ones. Feedback is always welcome.
👍 1
e
Pretty cool. As a nitpick, note that the official Kotlin code convention states that there should be a space after the colon used for type declarations: https://kotlinlang.org/docs/reference/coding-conventions.html#colon e.g.
Copy code
val listOfFruits: List<String> = ...
👍 1
l
Thank you for the corrections 👍