Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@clubgisdotnet
Created July 12, 2017 09:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save clubgisdotnet/59134fc1e190a2a392a8862b39f7d7b4 to your computer and use it in GitHub Desktop.
Save clubgisdotnet/59134fc1e190a2a392a8862b39f7d7b4 to your computer and use it in GitHub Desktop.
{
"cmd": ["path\\to\\Kotlinc\\bin\\kotlinc.bat", "$file", "-include-runtime", "-d", "$file_path\\\\$file_base_name.jar"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"working_dir": "$file_path",
"selector": "source.Kotlin",
"windows": {
"encoding": "utf-8"
},
"variants": [
{
"name": "Run",
"cmd": ["java", "-jar", "$file_path\\\\$file_base_name.jar"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment