Tried to write my first :kotlin: contract today - ...
# random
o
Tried to write my first K contract today - so far without great success 😔
turn out it is even easier than I thought
k
Functions like that that just pass trough nullability are weird, just use
?.
instead.