Hello guys, I'm staring with kotlin (on android) and I'd like your advice. What's the best way to create an inmutable instance variable that its value is calculated on the activity's onCreate? So far the best way I found is using lazy delegate but I'd like to hear you