Open lukaville opened 6 years ago
Interesting. This is doable, but I assumed that people would use the regular Timber methods directly in Java code. What's your use case for using the extensions outside of Kotlin?
The main disadvantage of using the extension from Java is that log tag will be incorrect, since it relies on the extensions being inlined.
For example replace:
with
Currently, we have to pass null explicitly in Java