Slackbot
10/03/2020, 6:27 PMTom Koptel
10/03/2020, 9:48 PMget()
part to all your properties. When you are using private val prop = "something"
it will be set during object creationg. If you logic depends on computing at runtime you need to specify this fact by using private val prop get() = "computeit ${System.currentTimeMillis()
}”