Join Slack
Powered by
I guess if I were to provide a getter for this obj...
# koin
o
oday
11/30/2020, 10:41 AM
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
tynn
11/30/2020, 3:55 PM
The interface changed. Before
toString()
was used. I guess
override val value get() = toString()
should suffice then...
2
Views
Open in Slack
Previous
Next