When you import the Kotlin project into IntelliJ, ...
# arrow-meta
j
When you import the Kotlin project into IntelliJ, there's a run configuration for launching an IntelliJ instance with the modified Kotlin Plugin/Compiler Re-running that every time seems just like there should be a better solution that allows me to just recompile my changes in the Compiler and "inject" them into the running IntelliJ instance
👍 1
a
Additional question: are you trying to run the compiled changes of the code from
runIde
?
j
Yep
a
do you need it from the
ide
?
j
I'm not sure 😂 I don't think so
a
Awesome! Yes, if it's not necessary to do that, then don't.
What do you want to hot load source code for?