Join Slack
build.gradle.kts.kt
# javascript
f
fkrauthan
08/12/2021, 4:28 AM
build.gradle.kts.kt
build.gradle.kts.kt
t
turansky
08/12/2021, 4:36 AM
Do you need standalone JS for Firebase?
f
fkrauthan
08/12/2021, 4:43 AM
Yes I do. Firebase cloud functions only support JS
t
turansky
08/12/2021, 5:03 AM
Standalone = without external dependencies
turansky
08/12/2021, 5:05 AM
With
nodejs {}
target you will have external dependencies - possibly it’s real problem
f
fkrauthan
08/12/2021, 6:20 AM
thats what I need yes
fkrauthan
08/12/2021, 6:21 AM
I need external dependencies. Firebase for example requires me to have two external dependencies or it will not work
t
turansky
08/12/2021, 10:38 PM
Looks like you need
browser
target, which can build independent JS distribution (with dependencies inside)
6
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by