is there some official data to see how many devs a...
# javascript
g
is there some official data to see how many devs approx. use kotlin/js?
a
Unfortunately, as far as I know, we don't have the information in public
g
Hmm I see, would be interesting to know as it would be good to have some kind of data in our hands when we want to decide the priority of kotlin/js issues in our team.
a
for a really, really, really rough estimate you could look at the number of Maven Central projects that use
org.jetbrains.kotlin:kotlin-stdlib-js
• JVM - used by 17,082 artifacts https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib • JS - used by 3,143 artifacts https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-js
👀 2
g
thx for the info!