Re: kotlin2 in Debian -- 2025W23 update

Emmanuel Bourg <[email protected]> Mon, 16 Jun 2025 15:45:22 +0200
Newsgroups gmane.linux.debian.devel.java
Message-ID <[email protected]>
Hi Julien,

On 07/06/2025 19:14, Julien Plissonneau Duquène wrote:

> A significant difference with the current Kotlin package is that I'm 
> planning to remove (if possible) all embedded copies of libraries. This 
> will require to patch some of them that were forked by JetBrains to fix 
> or add features.

I'm not sure this is a good idea, because it diverges from upstream, 
increases the maintenance burden, and could potentially break kotlin if 
such a dependency gets broken and can no longer compile (due to kotlin 
being broken). For kotlin I'd recommend keeping it simple and sticking 
to the upstream layout as much as possible. Saving a few kilobytes isn't 
important here.

Emmanuel Bourg