Kotlin Under the Covers
More info: http://androidmakers.fr/schedule/?ses… Kotlin offers many powerful language features that make it a welcome addition to the Android developer’s toolkit. But some of these features may do significant work behind the scenes, including allocating object and reflection. This dynamic is not obvious from the Kotlin code, so how do we know when this is happening? This talk will go over some of these areas that you should be aware of, as well as the tools that help us discover …