brabo-hi
myVariable must be initialized
class MyClass( val myVariable: String) { init { // do something with `myVariable` here } }
dmitriy.novozhilov