Why and when to use @JvmStatic with companion objects?
The behavior of the @JvmStatic annotation is explained in detail in the documentation. When reading the documentation, you should assume that it gives you all the important information, and behavior differences that are not mentioned in the documentation do not exist. In this case, the documentation says: If you use this annotation, the compiler will … Read more