so can i get rid of my Timber java logger in gradle and use yours ? I still have java and new kotlin files. i have a subclass of the timber tree i am using. can i swap it for yours and it will work in java calls as well ?
can i do this:
Timber.plant(timber.log.Timber.DebugTree())
so can i get rid of my Timber java logger in gradle and use yours ? I still have java and new kotlin files. i have a subclass of the timber tree i am using. can i swap it for yours and it will work in java calls as well ?
can i do this: Timber.plant(timber.log.Timber.DebugTree())