Robert Jaros
09/12/2022, 4:10 PMPingService() we can use getService<IPingService>() and instead of PingServiceManager we can use getServiceManager<IPingService>() (there are even helper functions getAllServiceManagers() and getServiceManagers(vararg ...) which return lists of objects). As a result the application can now be fully compiled in IDE, even without any gradle runs. I've converted some example apps to this method (but not all, there are so many 😉)Robert Jaros
09/12/2022, 4:14 PM