Gustav Tross
09/21/2024, 7:40 PMkpgalligan
09/22/2024, 1:35 PMkpgalligan
09/22/2024, 1:37 PMGustav Tross
09/23/2024, 6:04 AMclass DebugAppInit @Inject constructor(
    private val timberTree: AutomaticTagLogcatTree,
) : AppInit {
    override fun invoke() {
        Timber.plant(timberTree)
    }
}