Miguel
data class Example @Inject constructor( val x: X, val string: String? = x.method() )
@Provides @Singleton fun x() = X()
Example
x
Daniel Perez
string
A modern programming language that makes developers happier.