Programming with Kotlin in Visual Studio Code

<p><a href="https://kotlinlang.org/" rel="noopener ugc nofollow" target="_blank"><strong>Kotlin</strong></a>&nbsp;is all the rage now that it has been&nbsp;<a href="https://adtmag.com/articles/2017/05/22/kotlin-android.aspx" rel="noopener ugc nofollow" target="_blank"><strong>deemed</strong></a>&nbsp;a first-class programming language for developing Android apps.</p> <p>Actually, it&rsquo;s been raging all on its own for a while now, as evidenced by the Stack Overflow Trends chart below.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*gUjME3jJCpChr4sqBpElRA.png" style="height:430px; width:700px" /></p> <p><em>Kotlin Gains in Popularity&nbsp;</em><strong><em>(source: Stack Overflow Trends)</em></strong></p> <h1>System requirements</h1> <p>To install and run Kotlin, your development environment must meet these minimum requirements:</p> <ul> <li><strong>Operating Systems</strong>: macOS (64-bit)</li> <li><strong>Disk Space</strong>: 700 MB (does not include disk space for IDE/tools).</li> <li><strong>Tools</strong>: Visual Studio Code</li> </ul> <h1>Install Command Line Compiler</h1> <p>on macOS I recommend you to install the compiler via&nbsp;<a href="http://brew.sh/" rel="noopener ugc nofollow" target="_blank">Homebrew</a>.</p> <p><a href="https://medium.com/@agavatar/programming-with-kotlin-in-visual-studio-code-1d745d6b4ad1"><strong>Click Here</strong></a></p>
Tags: Kotlin Visual