Usually when developing for compose applications we use the @Preview annotation to check how our ui building in progress might look in the real device. For that we use static properties though. Further as this lib has a lazy initialization it'll not be loaded at the preview. This is awfull, because everytime we want to check our ui that uses your lib will just fail in the preview.
Usually when developing for compose applications we use the @Preview annotation to check how our ui building in progress might look in the real device. For that we use static properties though. Further as this lib has a lazy initialization it'll not be loaded at the preview. This is awfull, because everytime we want to check our ui that uses your lib will just fail in the preview.