rezenebe
10/12/2018, 3:13 PMval testRemoteRepository by inject<ConfigDatasource>()
I'm getting an "unresolved reference" on ConfigDataSource which is 95% similar to the example. There is no red or missing dependencies in my code, any idea on where to start debugging this?
I was trying to write checkModule Tests, but I can't get that far w/ ConfigDataSource compile time issuestapchicoma
10/12/2018, 4:34 PMConfigDatasource
in your modules (note that if some class implements it - you need to do as ConfigDatasource
)rezenebe
10/12/2018, 9:01 PMrezenebe
10/12/2018, 9:01 PMsingle { createWebService<ConfigDatasource>(get(), getProperty(DatasourceProperties.SERVER_URL)) }
rezenebe
10/12/2018, 9:11 PM