Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 796 Bytes

README.en.md

File metadata and controls

15 lines (9 loc) · 796 Bytes

Script ksdeps

Version en español

This is a script that has the purpose of generating the kls-classpath file from a Kotlin script for kscript, using an unofficial function of the kscript command itself (kscript --dependencies <script kotlin>), which is proposed in this PR.

Execution

/path/to/script/ksdeps <script kotlin>

Points to consider

This script collects the dependencies returned by kscript and adds both the kotlin stdlib as exemplified here and metadata annotations for kscript, more information here.