whats the best way to go about constructor injection in kotlin?
w
whats the best way to go about constructor injection in kotlin?
b
Copy code
class Foo @Inject constructor(...)