Skip to content

Instantly share code, notes, and snippets.

View kaustavray21's full-sized avatar

Kaustav Kumar Sinha Ray kaustavray21

View GitHub Profile

Setting Up VS Code for Kotlin Development

  1. Setting Up the Latest JDK
    Download the latest JDK from: https://www.oracle.com/in/java/technologies/downloads/
    Open the installer after downloading and follow the installation instructions.

  2. Setting Up the Kotlin Compiler
    Run the following commands in PowerShell to set up the Kotlin compiler:

2.1 Download the Zip File

  1. install gh-pages package from npm
npm install gh-pages --save-dev
  1. add these 2 scripts in package.json
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
  1. add homepage in package.json after name