You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Java developers are only able to access the singleton instances of our clients by using the INSTANCE companion object. For better Java support of all of the clients, we will have to add the annotations @JvmStatic to all public methods so the clients can be used the exact same way in both Java and Kotlin
The text was updated successfully, but these errors were encountered:
Currently, Java developers are only able to access the singleton instances of our clients by using the
INSTANCE
companion object. For better Java support of all of the clients, we will have to add the annotations@JvmStatic
to all public methods so the clients can be used the exact same way in both Java and KotlinThe text was updated successfully, but these errors were encountered: