mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-08-01 18:36:41 -04:00
Instead of being executed directly by the GitHub Actions yml file, the Kotlin build now has been integrated with the build/test steps for the other 4 languages in the bash script `generate/run` and the Windows batch file `generate/run.bat`. This will be necessary to control the order of execution, because the Kotlin source code will have to be written by the code generator before it is built and executed. I also added hints for myself and other contributors about how to set up Kotlin/JDK tools on a new developement machine. These instructions are not needed by most users of Astronomy Engine, just contributors.