Would anybody consider this a `code smell` : ``` ...
# koin
d
Would anybody consider this a
code smell
:
Copy code
inline fun <reified T>ref():T = object : KoinComponent {}.get()
👌 1