This question already has an answer here:
- How to declare several properties on one line 2 answers
I was wondering if there is any way to define multiple variables in Kotlin at once like in Java and almost every other existing language in the world .
like in Java :
String x="Hello World!",y=null,z;