Does anybody know a good/complete BIP-39 (mnemonics) implementation in Java/Kotlin that works natively on Android?

All I can find are super old, incomplete, broken packages or large ones with crypto dependencies I am not super comfortable with.

Ideally, the lib uses an MIT License to make the legal stuff easy.