Ok, Kotlin is a well done language, each problem a...
# getting-started
g
Ok, Kotlin is a well done language, each problem as an easy solution! so I just added in my class
Copy code
constructor(param1: String, param2 : string) : this(param1, param2 = "default value")
n
Not each problem, but it’s the best language I’ve been working with so far, that’s true.