Compiling a .kt file in geany always give me the error ("Process failed" the
system cannot find the file specified )
But it works on my command line
The compile command is :kotlinc "%f" -include-runtime -d "%e.jar"
And the execute command is :"java -jar %e.jar"(The execute command works But
the compile command doesn't work))

)

--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2922