-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split the library in two modules: logcat and logger #5
Comments
Interesting. I thought about this, but the thing is, the |
@pyricau
|
ah, good point, should look at whether we can release a jar instead then. |
It would be nice to have a pure jvm module with the
logcat
function so you don't need to pay the compilation time of an Android module only because you want to log something. TheAndroidLogcatLogger
would be moved to a "logger module" .This way you just depend on the "logger module" in the
:app
module. The "logger module" could include the other one as anapi
dependency so if someone doesn't care about this can only use this dependency everywhere.The text was updated successfully, but these errors were encountered: