Hello from the Netherlands 👋 I have a question regarding Multiplatform. The client side of Ktor is already supporting mutliplatform usage and there is an effort in making the server have that as well. Does that mean that all plugins for either side are automatically supporting multiplatform too? If not, how can I find out which ones are or not?
🇳🇱 5
a
Aleksei Tirman [JB]
11/18/2021, 6:33 AM
Does that mean that all plugins for either side are automatically supporting multiplatform too?
There are no plugins that work on both client and server with the same artifact ID. We have the
ContentNegotiation
plugin that will be available for the client in Ktor 2.0.0. It's multiplatform on the client-side and JVM only on the server-side.