When attempting to package Jitsi for Debian, I ran into a blocking issue due to Kotlin 1.3.31 not providing the typeOf() reflection function, which was introduced as experimental in Kotlin 1.3.40. Since the lift to move from one minor version to another is probably less than the lift needed to rewrite Jitsi's reflection code through its entire codebase, it would be useful to upgrade Kotlin to at least 1.3.40 in the Debian archives.
Hi, Unfortunately there are rather extensive changes between 1.3.31 and 1.3.40 and it would take some significant work to package this release, which would still be very outdated wrt. current upstream releases. I've started to work on packaging 2.0.21 instead, hoping to be able to upload an experimental package in a few weeks. Best regards,