Is there an stable android studio support kotlin? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there an stable android studio support kotlin?

what is the stable android version that support kotlin because iam using canary and it has so much bugs and in the stable can write codes in kotlin and java both??

21st Mar 2018, 6:04 AM
yousef mohamed
yousef mohamed - avatar
1 Answer
+ 3
For the past few years, the primary way to build Android applications has been through Google's Android Studio. The first stable release arrived in 2014, with version 2.0 appearing last year. The third major update was announced at Google I/O 2017, and now it is finally ready for prime time. Kotlin and Java The flagship new feature in Android Studio 3.0 is the ability to develop apps with Kotlin. If you're not familiar with it, Kotlin is a newer programming language designed to interoperate with existing Java code. This means that developers can port their apps over to Kotlin in pieces, rather than having to do a complete rewrite. It's been a while since I wrote in Java, and I've never tried Kotlin, so I'll direct you to Kotlin's website for a direct comparison between both languages. https://www.androidpolice.com/2017/10/25/android-studio-3-0-arrives-stable-channel-support-kotlin-improves-device-emulators/
21st Mar 2018, 8:40 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar