John O'Reilly
05/04/2021, 3:26 PMmultiplatform
plugin......is that necessary or can you just have module containing compose web code with dependency then on a separate multiplatform module?Javier
05/04/2021, 3:37 PMkotlin("js")
for the same reason that desktop samples are using multiplatform instead of kotlin("jvm")
, because it doesnt work correctly and need to be fixed?Javier
05/04/2021, 3:37 PMJohn O'Reilly
05/04/2021, 3:38 PMkotlin("jvm")
....had tried kotlin("js")
but running in to some issuesJavier
05/04/2021, 3:39 PMJavier
05/04/2021, 3:39 PMJavier
05/04/2021, 3:39 PMJohn O'Reilly
05/04/2021, 3:40 PMJohn O'Reilly
05/04/2021, 3:40 PMJohn O'Reilly
05/04/2021, 4:00 PMkotlin("js")
...at least one change needed was that js
in the multiplatform module needed to be updated to js(IR)
John O'Reilly
05/04/2021, 4:33 PMOleksandr Karpovich [JB]
05/04/2021, 4:58 PMJohn O'Reilly
05/04/2021, 4:59 PMJohn O'Reilly
05/04/2021, 5:00 PMOleksandr Karpovich [JB]
05/04/2021, 5:04 PMJohn O'Reilly
05/04/2021, 5:05 PMjs(IR)
there but running in to issues with a few of the libraries that I don't think support IR yetJohn O'Reilly
05/04/2021, 5:12 PMJohn O'Reilly
05/04/2021, 7:33 PM