Hi. Android dev trying out multiplatform for our c...
# javascript
c
Hi. Android dev trying out multiplatform for our company. Got sharing to iOS working, and now working on Js part. Can I from Android Studio generate javascript from our shared library or do I need IntelliJ IDEA to do that?
a
You don't need IntelliJ for that. I develop Kotlin/JS with android studio
c
Cool, thanks
How do I build the js file to send to my frontend team? `gradlew assemble`gives me a 2MB .js file for a simple proof of concept. Is that right?
t
Looks like you don't use DCE
v
Also Android Studio is IntelliJ, just a customized version.