Everything about JVMField, JVMOverloads, JVMName, and JVMStatic annotations in Kotlin
The mentioned four JVMField, JVMOverloads, JVMName, and JVMStatic annotations are used for easier and convenient inter-operability between Kotlin and JAVA code.Used in examples like:
We can create the object of a Kotlin class in our JAVA files.
Ins...
sagar0-0.hashnode.dev8 min read