Git Product home page Git Product logo

kotlin-build_system-sublimetext's Introduction

Kotlin-Build_System-SublimeText

Build System for sublime text Linux user

///NOTE ENVIRONMENTAL VARIBLE SHOULD BE SAME AS BELOW MENTIONED ///

//environmental varible

  • download kotlin zip in offical site
  • extract folder and open folder which names like "kotlinc" (rename) ->kotlin
  • move the folder to /usr/local/bin/(paste here)
  • set environmental variable in three format //open terminal 1)export KOTLIN_HOME=/usr/local/bin/kotlin &&export PATH=$PATH:$KOTLIN_HOME/bin 2)nano ~/.bashrc file
    //-->go to end of the file and paste export KOTLIN_HOME=/usr/local/bin/kotlin export PATH=$PATH:$KOTLIN_HOME/bin //give ctrl o & ctrl x to save and close 3)sudo nano /etc/profile.d/kotlin.sh //paste this varible export KOTLIN_HOME=/usr/local/bin/kotlin export PATH=$PATH:$KOTLIN_HOME/bin //give ctrl o & ctrl x to save and close

*sudo reboot

//Sublime text Build System

  • Open files -> .config/sublime-text/Packages/User
  • And paste the below two file in the user folder
  • Create a input.txt and output.txt file in kotlin programing folder(workspace)

kotlin-build_system-sublimetext's People

Contributors

ahamedibrahim2002 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.