Closed StefMa closed 1 month ago
It seems that releases with R8 failing with
ERROR: R8: Missing class org.slf4j.impl.StaticLoggerBinder (referenced from: void org.slf4j.LoggerFactory.bind() and 3 other contexts)
This youtracks might be related to this:
It seems it is safe to use
-dontwarn org.slf4j.impl.StaticLoggerBinder
But might be a little bit of deeper investigation if this is really okay or not 🙃
It seems that releases with R8 failing with
This youtracks might be related to this:
It seems it is safe to use
But might be a little bit of deeper investigation if this is really okay or not 🙃