Guys one question about Android Studio and Kotlin....
# android
a
Guys one question about Android Studio and Kotlin. When I am coding in Andriod Studio using Java I'm used to write ".field" to declare properties in the class like: "foobar".field -> Creates an String property in the class. I tried to do this in Kotlin but ide doesn't give me that option.