• Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    26 days ago

    Kotlin on Android. There’s no reason to use Java afaik, as older Java libs can be used in a Kotlin codebase.

    • abrahambelch@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      26 days ago

      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