Converting Carballo to Kotlin
Kotlin is a JVM language developed by JetBrains: http://kotlinlang.org gaining momentum among Android developers. Kotlin has interesting features like: It can be compiled to bytecode compatible with Java >=6, allowing to use a lot of Java 7-8 features (lambdas…) in Java…
