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

alex009

03/17/2020, 2:49 PM
hi all! i built new site for kotlin multiplatform libraries discovery - https://libs.kmp.icerock.dev/ this site is automatically fetch all info from github and maven repository, allow to filter by kotlin version, category and compilation target. If you want to add new library - it's simple (just 3 line in libraries.json and send pull request), read in readme - https://github.com/icerockdev/multiplatform-libraries feel free for feedback and request new libs into list later i will add more libraries, which already linked on http://kmp.icerock.dev/
🎉 4
❤️ 5
K 6
👏 5
👍 14
o

Oleg Yukhnevich

03/17/2020, 3:01 PM
I think, you need to collaborate with https://github.com/KotlinBy/awesome-kotlin author 🙂
🤔 1
And why not to use kotlin/js ? 🙂
a

alex009

03/18/2020, 4:57 AM
kotlin/js new tech for me and i have no time to experiments now 🙂 when i did update for all MOKO libraries i saw how difficult to check what libs already on kotlin 1.3.70, and what not updated yet....this is reason why i developed this script and later web interface for fetched data :)
today i add more libs - now list contain 67 libraries and sort now by github stars
o

Oleg Yukhnevich

04/06/2020, 2:54 PM
Here is something similar from JB announced: https://package-search.jetbrains.com/search?query=serialization&onlyMpp=true there is no
kotlin version
there, but it's interesting
2 Views