I'm preparing a talk about the cool things of Kotlin and how they work, like what is an extension function, why and how you can use it from Java etc. Do you have any good article to recommend?
a
andyb
11/25/2017, 3:18 PM
Hi Andrea, think there are a few around might be worth asking on #C0B8XJVE1. I have a slide deck that I used a while back: https://speakerdeck.com/andybowes/introduction-to-kotlin-1 feel free to grab/borrow what you want. Good luck.
z
ziggy42
11/25/2017, 3:21 PM
Hi, thank you! I've just read your slides and I can surely take some inspiration 😉
a
andyb
11/25/2017, 3:53 PM
No problem. Most of the info on there comes either directly from the Kotlin Language reference or the Kotlin in Action book.