I guess if I were to provide a getter for this obj...
# koin
o
I guess if I were to provide a getter for this object, the value I’d return is just the name of the object again
t
The interface changed. Before
toString()
was used. I guess
override val value get() = toString()
should suffice then...