https://kotlinlang.org logo
Title
d

Denis Ambatenne

08/23/2021, 2:13 PM
Hey folks! 👋 I'm a product manager for the :kotlin:Kotlin server-side. I'm looking for people to talk to about different aspects of their development experience from time to time. And today, I'm looking for folks who share code between their backend, web, and mobile apps. If you have such cases in your practice, please put , and I will contact you. I appreciate your willingness and time, and after the interview, you will be able to choose your prize: an Amazon gift card or a one-year All-product pack subscription.🏆
👋 2
10
ł

Łukasz Bednarczyk

08/23/2021, 2:27 PM
My company last 6 years has created a backend in RoR, but we decide that we must change. Ktor was our selection. A code-sharing between backend and an android app was one of the clue points on this. The second, also important thing was the possibility to move developers between projects.
b

Big Chungus

08/23/2021, 2:40 PM
I'm using mpp to share code between cli, server and web client. It's an OSS project, though, but if it's relevant for you I'd be happy to chat.
s

simon.vergauwen

08/23/2021, 2:45 PM
I’m working on a library to facilitate exactly this, and also provide documentation. Planned to release first version later this year.
👍 2
j

joseph_ivie

08/23/2021, 3:46 PM
I did this for one of my apps, sharing models and request/response models for JSON RPC - it was so nice to ensure good typing for server requests, not to mention that server calls were effectively just function calls after that. I'd be happy to talk about it.
:yes: 1
v

Viktor Petrovski

08/23/2021, 4:27 PM
I’m working on developing an social networking app, I’m currently writing the server side code using KTOR and plan to develop the clients using Kotlin Multi Platform. I’m still early in development, but we can sync up in a month or so to share my experience.
👍 1
j

jean

08/24/2021, 8:54 AM
I’m working on two different projects sharing data models between api, android, ios and web app