https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
e

Etienne

02/19/2020, 2:24 PM
Is there a good list of MPP-ready open source libraries out there? Doing a bit of research for a talk I’m preparing. I’m aware of some of the big ones [okio, moshi, SQLDelight], but not much beyond that.
r

russhwolf

02/19/2020, 2:30 PM
e

Etienne

02/19/2020, 2:31 PM
nice! 🙂
k

kpgalligan

02/19/2020, 2:40 PM
There's that. I find public lists to be light on guidance, though. It’s kind of “everything “. I’d also look at app samples (https://github.com/touchlab/KaMPKit, if we’re self promoting). AFAIK moshi is not multiplatform, and okio is partial? Would need to look more
e

Etienne

02/19/2020, 2:53 PM
awesome, thanks Kevin! I wasn’t too sure about moshi/okio, I did a real quick scan of an old slidedeck from Jesse, didn’t really double check yet.
a

Alex Pogrebnyak

02/19/2020, 2:56 PM
Hi! Here it is our list of open source libraries: http://kmp.icerock.dev.
👍 3
v

vanniktech

02/19/2020, 3:22 PM
Moshi isn’t KMP. And yes okio is partially
e

Etienne

02/19/2020, 4:31 PM
Cool, thanks for the precision 🙂
a

AJ Alt

02/19/2020, 6:01 PM
Kotest (formerly called KotlinTest) and Clikt both recently released betas with KMP support https://github.com/kotest/kotest https://github.com/ajalt/clikt
2 Views