File tree Expand file tree Collapse file tree 5 files changed +16
-2
lines changed
Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ dependencies {
6666 dokka(projects.core)
6767 dokka(projects.coreJdk)
6868 dokka(projects.coreAndroid)
69+ dokka(projects.coreKXIO)
6970 dokka(projects.serialization)
71+ dokka(projects.serializationIo)
7072 dokka(projects.serialutil)
7173}
Original file line number Diff line number Diff line change 1- # Module coreJdk
1+ # Module core-jdk
22Module providing Jdk specific parsing implementations. Including this module
33changes the default to us the jdk's xml parser/serializer implementations
44(the JDK uses serviceLoaders itself, so you could this way use implementations
Original file line number Diff line number Diff line change 1+ # Module core-io
2+ Module providing bindings to kotlinx.io for the xml library.
3+
4+ # Package nl.adaptivity.xmlutil.core.kxio
5+ Core package for generic functions integrating xmlutil.core with kotlinx.io
Submodule pages updated from 6080410 to 757d33f
Original file line number Diff line number Diff line change 1+ # Module serialization-io
2+ Module providing bindings to kotlinx.io for xml serialization. These
3+ are mainly convenience extensions allowing for direct usage of Sinks
4+ and Sources.
5+
6+ # Package nl.adaptivity.xmlutil.serialization.kxio
7+ Core package for generic functions integrating xmlutil.serialization with kotlinx.io
You can’t perform that action at this time.
0 commit comments