I was wondering if adding compatibility with JPMS ...
# serialization
g
I was wondering if adding compatibility with JPMS / Jigsaw is something that is considered or planned for
kotlinx.serialization
? The same question also applies to the other
kotlinx
libraries such as
kotlinx.datetime
and
kotlinx.coroutines
. Does anyone know if a PR for adding a
module-info.class
would be accepted?
1