leandro
09/01/2019, 5:51 PM@Inject on it? Since it’s a JVM-only type, so I tried to create my own Inject with @OptionalExpectation on it, but can’t seem to figure out the actual for it.Dominaezzz
09/01/2019, 5:58 PM@JvmName. You can look at that for inspiration.jw
09/01/2019, 6:50 PMactual typealias Inject = javax.inject.Injectleandro
09/01/2019, 8:10 PM