@Nelson Plinio a *.kts file or with kotlin gradle script?
n
Nelson Plinio
04/11/2018, 2:24 PM
*.kts, thanks i found a soluction. I are using kscript 😬
a
Andreas Sinz
04/11/2018, 2:25 PM
and btw, packaging a .kts file inside a jar doesn't make sense. jar's are used to distribute compiled code, while .kts is a script that doesnt get compiled, just executed