I'm new to Kotlin Multiplatform. Is there a good p...
# multiplatform
m
I'm new to Kotlin Multiplatform. Is there a good place to find multi-platform compatible libraries? Some wiki or community-curated list? I know about the official kotlinx projects, but I've had a hard time discovering libraries and tools available in the ecosystem outside of the official set.
s
A quick google of “kotlin multi platform libraries” gave me this: https://github.com/AAkira/Kotlin-Multiplatform-Libraries
👍 1
m
Well, I don't know how I didn't stumble across that. Very nice.
😁 1
Ah okay I'm not crazy. DuckDuckGo's results aren't as good for this particular query.
The price of privacy.
a
Also I recommend http://libs.kmp.icerock.dev list of libraries.
💯 6
m
Thank you @Alex Pogrebnyak that looks to be a nice project you have there!
a
you are welcome!
b
Icerock is amazing, been looking for something like this a while now!
a
thank you for the kind words! 🙂
b
I was about to write something along those lines myself 😀
🙂 1
This just saved me a lot of code
r
@Alex Pogrebnyak why there is no JS target on the list?
3
b
Also no jvm
2
a
Actually, we were focused on mobile platforms, because we do mobile developing originally. But we are thinking about js target actively )
🎉 2
m
Yeah I didn't realize there was no js/jvm target until these guys pointed it out. I like the idea of the web app you've put together, but my use is purely for jvm and js.
a
there is no JS and JVM targets in targets filter, but in targets list of each library it contains. it's bug https://github.com/icerockdev/multiplatform-libraries/issues/7 i will fix it later
❤️ 3
at now bug fixed. jvm, androidJvm, js also available in targets filters