Chenn
02/19/2020, 10:47 AMpatrickdelconte
02/19/2020, 12:25 PMChenn
02/19/2020, 12:46 PMpatrickdelconte
02/19/2020, 12:49 PMChenn
02/19/2020, 12:51 PMChenn
02/20/2020, 8:02 AMpatrickdelconte
02/20/2020, 9:16 AMpatrickdelconte
02/20/2020, 9:19 AMJSON
object). There is no way we can use a jvm or native function on the js platform.patrickdelconte
02/20/2020, 9:21 AMChenn
02/20/2020, 9:25 AMkotlin("stdlib-js")
and I won't let me import kotlin.sequences
to import yield... are you saying that changing the import to kotlin("stdlib")
will allow me to use yield but it could still be a javascript targeted project (kotlin JS)? Sorry for taking so much of your time.patrickdelconte
02/20/2020, 9:40 AMChenn
02/20/2020, 9:52 AMChenn
02/21/2020, 9:23 AMexport function* helloSaga() { println("hello saga."); }
My question being, while fairly certain there is not, is there a kotlin function that would generate that javascript generator function code..?