GhidraJupyter/ghidra-jupyter-kotlin

Kotlin Script Provider doesn't notice changed script and doesn't recompile.

Opened this issue · 0 comments

At least when running Ghidra from IntelliJ IDEA, this happens, but can then be easily mitigated by hitting the Build button in the IDE which forces a recompile.
This should be fixed at some point, but because actually developing a Kotlin Script will probably involve a working IntelliJ IDE setup anyway, the workaround of triggering the compile/build in the IDE seems acceptable for now.

If someone else runs into this, please upvote this issue.
If you are using a different kind of setup where the workaround isn't feasible, please also tell me, then I can prioritize this accordingly