kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

Support Java Platform Module System (JPMS)

Open santoszv opened this issue 3 years ago • 1 comments

Support the Java Module System through Automatic-Module-Name manifest entry (#2237).

santoszv avatar Aug 26 '21 01:08 santoszv

Note that automatic module names should probably be added to all JVM artifacts instead of just a select few. While an explicit descriptor would require all dependencies to be modularized, this is not the case for Automatic-Module-Name entries.

TheMrMilchmann avatar May 19 '22 14:05 TheMrMilchmann

Superseded by #3297

qwwdfsad avatar Oct 31 '22 15:10 qwwdfsad