https://kotlinlang.org logo
p

Phill

10/16/2018, 12:40 PM
Hey guys, trying to create a Service Locator style pattern in my app. At the moment I have a ServiceLocator that contains my Repositories. I'm trying to use generics to keep my code clean but it's leaving me with an issue of a really long and ugly way to actually access anything within my repositories