What does it mean that Kotlin based apps will get a performance boost on Android P
Clash Royale CLAN TAG #URR8PPP What does it mean that Kotlin based apps will get a performance boost on Android P Over the last few of months in a bunch of places I've seen the information that Android P will give the performance boost to Kotlin based apps (e.g. here and here). On the official Android blog, Dave Burke in "Previewing Android P" post described it in a few words: Kotlin is a first-class language on Android, and if you haven't tried it yet, you should! We've made an enduring commitment to Kotlin in Android and continue to expand support including optimizing the performance of Kotlin code. In P you'll see the first results of this work -- we've improved several compiler optimizations, especially those that target loops, to extract better performance. We're also continuing to work in partnership with JetBrains to optimize Kotlin's generated code. You can get all of the latest Kotlin performance improvements just by keeping Android Studio...