Hello, I'm sorry if this has been asked before but, I'm mainly a web developer used to Ruby/Python/Js and new to the JVM/Kotlin/Android world; I'm looking for the mainstream package repositories like Rubygems, pip and npm. Are there such stable sources one should know and look at when searching for existing libraries? Thanks for your help!
a
andylamax
09/18/2021, 11:18 AM
maven-central is where most libs are published.
But incase you tumble into Kotlin/JS, you are gonna need npm too
v
Viktor VAD
09/18/2021, 11:21 AM
Much appreciated @andylamax 🙏
e
edrd
09/19/2021, 1:25 PM
You may also want to look at awesome-kotlin. Hundreds of categorized projects/libraries there