https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
b

Boris Dudelsack

12/09/2019, 12:47 PM
I would appreciate some help. Repo: https://github.com/bdudelsack/kotlin-fullstack-example
n

Nikky

12/10/2019, 8:23 AM
i am interested in helping out though... since i am writing a multiplatform thing and was looking for how to integrate react the cleanest way anyways
b

Boris Dudelsack

12/10/2019, 8:46 AM
have your tried deleting the .idea folder before importing the project? Maybe some platform specific settings of mine came trough.
n

Nikky

12/10/2019, 8:55 AM
i cleaned that, currently i blame his windows PC for being trash, i did not set this up and i do not trust it... lets see if it works on my laptop and maybe add .idea to the gitignore then ?
b

Boris Dudelsack

12/10/2019, 9:18 AM
yeah, that would be my next step. I just tought maybe i should include some project specific configurations but as the project will be synced with gradle i can actually ignore the directory.
n

Nikky

12/10/2019, 11:52 AM
on linux it seems to work fine and it alos only breaks when i do sync in idea.. i guess the code that idea injects into the gradle run breaks somehow
b

Boris Dudelsack

12/10/2019, 12:05 PM
could you please check if the frontend module is working for you on linux? i'm having a chat on the #javascript channel about the auto-reload feature: https://kotlinlang.slack.com/archives/C0B8L3U69/p1575977940382400
n

Nikky

12/10/2019, 2:43 PM
it seems to work, i used
:frontend:run -t
and edited some strings in the html generation in the main file, takes a moment or two but it does refresh the browser tab
2 Views