Hi all, I'm new to Kotlin, is there any way to exe...
# getting-started
h
Hi all, I'm new to Kotlin, is there any way to execute code during construction of a data class, I want to call a function on the value as it's being passed into the constructor
k
init {}
h
h
Super, thanks @karelpeeters and @hho