7 Forks
19 Stars
19 Watchers

Kotlin-Cheat-sheet

You can have the most important elements close at hand — it is the best everyday support for Kotlin developer. Kotlin is a new programming language created by JetBrains and targeting the JVM, Android and the browser. Kotlin is concise, safe, and fully interoperable with existing Java and JavaScript code. Kotlin helps avoid common errors such as NPEs and strives to make programming more pleasant. At the Google I/O conference, Google has announced official support for Kotlin as a language for developing Android applications, meaning that Kotlin development tools are now bundled with Android Studio. This cheat sheet will introduce you to the most important elements of the Kotlin syntax. To learn more, visit the Kotlin web site here.

How to download and setup Kotlin-Cheat-sheet

Open terminal and run command
git clone https://github.com/mohamedebrahim96/Kotlin-Cheat-sheet.git
git clone is used to create a copy or clone of Kotlin-Cheat-sheet repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Kotlin-Cheat-sheet https://github.com/mohamedebrahim96/Kotlin-Cheat-sheet/archive/master.zip

Or simply clone Kotlin-Cheat-sheet with SSH
[email protected]:mohamedebrahim96/Kotlin-Cheat-sheet.git

If you have some problems with Kotlin-Cheat-sheet

You may open issue on Kotlin-Cheat-sheet support forum (system) here: https://github.com/mohamedebrahim96/Kotlin-Cheat-sheet/issues