Is there an official slack workspace for these libs or is this it? Looking for some advice on Moshi. Specifically, given that JsonAdapters typically need a reference to the Moshi instance to deserialize the underlying data types, is there any sort of built-in way for Moshi to inject itself into the adapters that you add to it? Sort have a chicken and egg problem here, where the Moshi instance needs to hold the JsonAdapter, while the JsonAdapter also needs a reference to the outer Moshi instance.