https://kotlinlang.org logo
m

mike.holler

10/06/2020, 2:35 PM
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

streetsofboston

10/06/2020, 2:38 PM
A quick google of “kotlin multi platform libraries” gave me this: https://github.com/AAkira/Kotlin-Multiplatform-Libraries
👍 1
m

mike.holler

10/06/2020, 2:39 PM
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

Alex Pogrebnyak

10/06/2020, 2:47 PM
Also I recommend http://libs.kmp.icerock.dev list of libraries.
💯 6
m

mike.holler

10/06/2020, 2:55 PM
Thank you @Alex Pogrebnyak that looks to be a nice project you have there!
a

Alex Pogrebnyak

10/06/2020, 2:56 PM
you are welcome!
b

Big Chungus

10/06/2020, 2:59 PM
Icerock is amazing, been looking for something like this a while now!
a

Alex Pogrebnyak

10/06/2020, 2:59 PM
thank you for the kind words! 🙂
b

Big Chungus

10/06/2020, 3:01 PM
I was about to write something along those lines myself 😀
🙂 1
This just saved me a lot of code
r

Robert Jaros

10/06/2020, 3:05 PM
@Alex Pogrebnyak why there is no JS target on the list?
3
b

Big Chungus

10/06/2020, 3:06 PM
Also no jvm
2
a

Alex Pogrebnyak

10/06/2020, 3:07 PM
Actually, we were focused on mobile platforms, because we do mobile developing originally. But we are thinking about js target actively )
🎉 2
m

mike.holler

10/06/2020, 3:08 PM
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

alex009

10/07/2020, 5:35 AM
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
3 Views