fun main() { val count = beerLeft() val talk = getString(R.strings.beer_message) val msg = "$count $talk" } fun beerLeft(): Int { return 42 } In strings.xml <string ...
Kotlin, JetBrains’ statically typed language, is bolstering its JavaScript and Java standing with the 1.1 beta release this week, adding JavaScript compilation and co-routines on both the JVM and ...