artyomd
artyomd
There should be an API interface for System.load, which will take the library path and try to load it with System.load. If loading fails, it will try to load dependencies...
When using Injector for a dependency with transitive dependencies the transitive dependencies are being shrunk during the release build. R8 issue link: https://issuetracker.google.com/issues/141515610
Change Gradle uploader plugin to maven-plusher, or some other plugin which works perfectly with Sonatype Nexus repo
A simple implementation for feature request #52
I have used the API for a while and understood that there is a particular use case for which the API is not that pleasant. For example, let's have a...