kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Support Java Platform Module System (JPMS)
Support the Java Module System through Automatic-Module-Name manifest entry (#2237).
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.
Superseded by #3297