ioki-mobility / kmp-passenger-api

Kotlin Multiplatform ioki Passenger API
MIT License
1 stars 1 forks source link

[R8] Add proguard config for android releases #34

Closed StefMa closed 1 month ago

StefMa commented 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 🙃