We are working on migrating our Play! application to ZIO. As a first step, we are checking if we can use the Google Guice as a dependency injection library in ZIO, so that changes could be minimal. It is mentioned here, but I didn't find any resource in the internet which describes the steps in detail with some example.
Any guide/reference would be much appreciated.