Hello!! 🙂 i would like to execute a .kts file that have as dependency a library.. but looks like this library is using Gson that is not resolved.. this is the command i’m running
kotlinc -cp path/to/my/library.jar -script ScriptFile.kts
any idea?