Apparently this issue is due to the usage of androidLogger() together with Koin.
There is only a workaround for now, which is migrating from androidLogger() to androidLogger(Level.ERROR)
There is already an issue created for this purpose:
https://github.com/InsertKoinIO/koin/issues/847