viliusk
04/06/2017, 12:07 PMviliusk
04/06/2017, 12:10 PMkonsoletyper
04/06/2017, 12:21 PMviliusk
04/06/2017, 12:23 PMviliusk
04/06/2017, 12:23 PMviliusk
04/06/2017, 12:23 PMkonsoletyper
04/06/2017, 12:23 PMviliusk
04/06/2017, 12:24 PMviliusk
04/06/2017, 12:24 PMkonsoletyper
04/06/2017, 12:24 PMkonsoletyper
04/06/2017, 12:25 PMexternal fun require(module:String):dynamic
is a dirty hack, while Kotlin compiler can insert requre()
automaticallyviliusk
04/06/2017, 12:26 PMkonsoletyper
04/06/2017, 12:26 PM@JsModule("express")
external fun express(): dynamic
Of course, you must declare this function outside main
functionviliusk
04/06/2017, 12:27 PMkonsoletyper
04/06/2017, 12:27 PMexpress
modulekonsoletyper
04/06/2017, 12:29 PMkonsoletyper
04/06/2017, 12:30 PMdjrausch
04/09/2017, 11:28 PMmesquka
04/26/2017, 2:23 PMenighma
05/01/2017, 1:03 AMKotlin to JavaScript translator temporarily does not support multiple modules
However if I run gradle build
from command line I have no problems.
Could someone explain why I get this error?mbstavola
08/11/2017, 6:51 AMShiv Kumar
08/25/2019, 6:14 AMGOOGLE_APPLICATION_CREDENTIALS
environment variable setup along with other secret keys. Now, this env variable wants a path to JSON file which I get from gcloud which contains some sensitive data. It was easy to work with this on my local machine as I did setup the env variables but when I push it on Heroku it won't work because of this env variable. So my web app is unable to create objects in gcloud. Can someone help me out with this problem?Michael
05/06/2021, 9:19 AMrnett
01/17/2022, 5:50 PMLeon
10/27/2022, 6:37 PMNPM
module from Kotlin/JS project.
I followed this guide.
https://kotlinlang.org/docs/js-react.html#add-the-video-player-component
In the same way, I am trying to import recharts
from NPM
, but in the main.kt
file, I can’t import recharts and it’s submodules.
Please somebody help me regarding this if you’d like to do it.Andrew Kuryan
02/05/2023, 9:10 PMmain
fun of our program using the nodeRun
gradle command?
Using the --args="…"
, like in jvm run
, I receive an “Unknown command-line option ‘--args’” errorZyle Moore
05/17/2024, 5:58 AM