

So, welcome to MindOrks, in this blog, we will find what is the equivalent of static methods in Kotlin. Yes, you heard it right, Kotlin doesn't have a

Now, in Android development, things are moving from Java to Kotlin and one of the biggest problems that the developers face while migrating from Java to Kotlin is making a static method because in Kotlin there is nothing as such Static variables belong to a class and not to its instance. Keyword in your application to make some static variables or static methods and so on.

If you are an Android developer and you love to make Android applications in Java, then you must have used the
