Welcome to Kotlin version 1.5.10 (JRE 11.0.11+9)
Type :help for help, :quit for quit
>>> val foo = "yep"
>>> println("Does it work? $foo")
Does it work? yep
>>>
👍 1
e
Eugen Martynov
05/27/2021, 9:54 AM
What JDK do you use?
t
Tom Hermann
05/28/2021, 4:06 PM
In that example I was running JDK 11.0.11+9. These are the ones on my box right now. 11 is my default now for work, but I use 16 whenever possible