Is there tool for continuous compilation of kotlin...
# announcements
x
Is there tool for continuous compilation of kotlin-js project? Something like Figwheel or Node. I want to reproduce my usual workng cycle for FE: change code in IDE, switch to browser, reload page, see changes
b
xap4o: IDEA can build project in background, see “Build project automatically” option in Settings > Build.. > Compiler
And gradle has “continuous build"
x
Thanks you very much! I'll try that