kscripting / kscript

Scripting enhancements for Kotlin
MIT License
2.07k stars 124 forks source link

IDEA bootstrap requires gradle or KSCRIPT_COMMAND_GRADLE set but documentation does not reflect this #385

Closed dazraf closed 1 year ago

dazraf commented 1 year ago

The documentation should reflect that gradle is required on the path; or KSCRIPT_COMMAND_GRADLE needs to be set. Alternatively, automatically download gradle and store in somewhere reasonably local (e.g. ~/.kscript) if not available on the path.
Thank you.

aartiPl commented 1 year ago

I will relax the requirement for having Gradle and Idea in the path for the generation of the Idea projects in the next version. They will be optional. Anyway, all the PRs for improvements in the docs are warmly welcome.

aartiPl commented 1 year ago

The changes and documentation updates will be part of the 4.2 release.