I would appreciate some help. Repo: <https://githu...
# multiplatform
b
I would appreciate some help. Repo: https://github.com/bdudelsack/kotlin-fullstack-example
n
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
have your tried deleting the .idea folder before importing the project? Maybe some platform specific settings of mine came trough.
n
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
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
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
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
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