Implementing log4j in android using shared dependencies
For my current project, there is a lot of shared functionality which will be used by both standalone features and an android app.
For this, I wish to write the dependencies in java, compile then into local jars and import them into my android project via gradle (or similar for other applications).