Any plans to JPMS-modularize the framework itself, with a 'module-info.java'? JPMS is increasingly becoming important to the future of JVM, with various features such as Integrity assuming that the codebase is already modularized, jpackage/jlink support, etc.
And from my understanding, the Kotlin Standard and 90% of the Extended (kotlinx) Library is also fully JPMS Modularized.
Is there any plans, to do the same for Ktor as well?
Any plans to JPMS-modularize the framework itself, with a 'module-info.java'? JPMS is increasingly becoming important to the future of JVM, with various features such as Integrity assuming that the codebase is already modularized, jpackage/jlink support, etc.
And from my understanding, the Kotlin Standard and 90% of the Extended (kotlinx) Library is also fully JPMS Modularized.
Is there any plans, to do the same for Ktor as well?