Skip to content

Commit c605432

Browse files
committed
Merge branch 'master' into dev
2 parents d44d5fa + 3d45ad6 commit c605432

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

core/jdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Module coreJdk
1+
# Module core-jdk
22
Module providing Jdk specific parsing implementations. Including this module
33
changes the default to us the jdk's xml parser/serializer implementations
44
(the JDK uses serviceLoaders itself, so you could this way use implementations

core/kxio/src/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

pages

Submodule pages updated from 6080410 to 757d33f

serialization-io/src/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

0 commit comments

Comments
 (0)