As I have answered on SO the currently recommended way is to do all your work inside a custom defined module (i.e. do not define variables in Main
module but in some submodule). Then you can reload such a custom module. Unfortunately it is not super convenient, but works.
Here is the link Workflow Tips · The Julia Language I to the Julia Manual that describes this workflow.