I am currently building a Kotlin plugin. When looking for SDK, I found the existence of server SDK, but I always feel that the server SDK application environment and client are not suitable. What should I use to build programs in this environment?
TL;DR
The developer is building a Kotlin plugin and is unsure if the server SDK should be used on the client side. They are looking for advice on what to use for building programs in this environment.
Solution: It's recommended to use the client SDK for building programs on the client side environment.