Skip to content

Instantly share code, notes, and snippets.

@melnikovdv
Created March 4, 2020 08:26
Show Gist options
  • Save melnikovdv/566749fcbb25d61aecc7c966d63fca0b to your computer and use it in GitHub Desktop.
Save melnikovdv/566749fcbb25d61aecc7c966d63fca0b to your computer and use it in GitHub Desktop.
@file:Repository("https://jcenter.bintray.com")
@file:DependsOn("commons-io:commons-io:2.6")
import org.apache.commons.io.IOUtils
import java.io.FileInputStream
println("This script prints source of itself with Apache Commons IO Maven dependency:\n")
IOUtils.toString(FileInputStream("./test-01.main.kts"), "UTF-8")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment