Still taking baby-steps but one big "miss" for me ...
# getting-started
n
Still taking baby-steps but one big "miss" for me is "try expressions" that were introduced in Java 7 (which I'm coding in right now). I understand Kotlin is targeting JVM-6 so that does not work out of the box. But can I somehow tell Kotlin that I will use JVM-7 (or JVM-8) and that opens the door to try expressions somehow? Or what is the Kotlin alternative to try expressions?