The answer by Roman Gupta should still be correct. If you have a specific problem, ask a specific question about your problem
m
Matt
06/10/2024, 1:03 PM
Was mostly wondering if there was a different way of doing it, which I found that there is, using jvmMain and jsMain as a multiplatform module.
But it still have an issue where saving the js file doesn't trigger the auto-reload.
c
CLOVIS
06/10/2024, 1:04 PM
The only way to have reload work is using Roman's answer. All other possible ways of doing it are invisible to Gradle, and will cause caching issues.