Finally it’s here, yay! Sorry that you had to wait for such a long time, shame on me but let’s continue our path. — Today we’re about to learn more about Kotlin syntax and some of cool features it has. BTW: if you didn’t read first part of my journey, check it out here. Some of the goodies Let’s start with some good stuff Kotlin has out-of-the-box: No need for setters and getter — just use properties which…