Skip to content

Instantly share code, notes, and snippets.

@orcchg
Created June 26, 2021 20:49
Show Gist options
  • Save orcchg/b23aad98d4858d3892d1f5f080d1dfb0 to your computer and use it in GitHub Desktop.
Save orcchg/b23aad98d4858d3892d1f5f080d1dfb0 to your computer and use it in GitHub Desktop.
@Component(
modules = [
FakeStockListVoConverterModule::class,
FakeStockListFeatureModule::class
]
)
interface TestStockListFeatureComponent : StockListFeatureApi {
fun inject(target: TestStockListViewModel)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment