Maybe this channel is better place for my question...
# announcements
c
Maybe this channel is better place for my question: When do I want do define a var or val outside a class? What is the difference to a private val/var inside a class' companion object? Which one should I prefer and why? Can I find some information about this in the Kotlin language reference?