You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Timber in my only-java module of my project. I even founded issue on stackoverflow that expained that Timber has jdk module but for some reason i'm not found any info about that module in wiki. Could you explaine why? Is timber-jdk ready to use without android dependencies?
In my project i use multimodule architecture so some of my features has this because they dont need any android dependecies
plugins {
id 'java-library'
id 'kotlin'
}
The text was updated successfully, but these errors were encountered:
Also right now i founded that timber-5.0.0 snapshot (with jdk) has not backward compability with old Timber.d(); Timber.e() etc functions. Could you provide it?
I want to use Timber in my only-java module of my project. I even founded issue on stackoverflow that expained that Timber has jdk module but for some reason i'm not found any info about that module in wiki. Could you explaine why? Is
timber-jdk
ready to use without android dependencies?In my project i use multimodule architecture so some of my features has this because they dont need any android dependecies
The text was updated successfully, but these errors were encountered: