this post was submitted on 22 Aug 2024
92 points (98.9% liked)
Bitwarden
771 readers
2 users here now
Discuss the Paswordmanager Bitwarden.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Kotlin on Android. There's no reason to use Java afaik, as older Java libs can be used in a Kotlin codebase.
You're right. Also the other way around the new Kotlin frameworks needed can't easily be used in a Java codebase. I mean on bytecode level they're compatible but it's basically impossible in practice