I try to use tinylog 2.0 on android, and I have a problem. Logger prints that error:
LOGGER WARN: No logging framework implementation found in classpath. Add tinylog-impl.jar for outputting log entries.
But in gradle file I have
implementation 'org.tinylog:tinylog-api:2.0.0-M3'
implementation 'org.tinylog:tinylog-impl:2.0.0-M3'
I don't use proguard, and flag minifyEnabled is false in Gradle
I found out that application can't load classes, because it can't find them. I don't understand, why classes are not in APK file