Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make all protocol functions use the @JvmStatic annotation #1006

Open
Talhaali00 opened this issue Jul 11, 2023 · 0 comments
Open

Make all protocol functions use the @JvmStatic annotation #1006

Talhaali00 opened this issue Jul 11, 2023 · 0 comments
Labels
accepted enhancement New feature or request

Comments

@Talhaali00
Copy link
Contributor

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

@Talhaali00 Talhaali00 added the enhancement New feature or request label Jul 11, 2023
@github-project-automation github-project-automation bot moved this to Backlog in Kotlin SDK Jul 11, 2023
@Talhaali00 Talhaali00 moved this from Backlog to Prioritised in Kotlin SDK Jul 11, 2023
@arein arein added the accepted label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted enhancement New feature or request
Projects
Status: Prioritised
Development

No branches or pull requests

2 participants