thanh
08/20/2021, 7:59 PMDidier Villevalois
08/21/2021, 12:17 AM@Serializable definitions and shared code. I make sure it has the required targets for my server and clients.CLOVIS
08/22/2021, 4:30 PMapi is shared, client has the Ktor client, server has the Ktor server.hfhbd
08/23/2021, 9:01 PMfun API(client: HttpClient)…. In the server test, you can use its mock client to test the API too, and ensure using the same „real“ api functions defined in your shared module.CLOVIS
08/24/2021, 8:47 AM