hello everyone i am very new to kotlin and was won...
# announcements
t
hello everyone i am very new to kotlin and was wondering what is the use case of
companion object
? Example: if i have a class should all my class functions that would be private in java go within the
companion object
? Any input would help thank you!