is there any way to declare a static (i know there...
# announcements
t
is there any way to declare a static (i know there is no static) extension property?
Ahh
val  SomeClass.Companion.property
does the trick
k
You can define an extension property on the companion object.
That was fast simple smile
t
yep, all of a sudden this idea popped up 😄