issues
search
redundent
/
kotlin-xml-builder
A lightweight type safe builder to build xml documents in Kotlin
Apache License 2.0
155
stars
19
forks
source link
Prepare code for Kotlin Multiplatform
#64
Open
aSemy
opened
7 months ago
aSemy
commented
7 months ago
Part of #57
Summary
Update Shadow to
new updated fork
(the previous Shadow was deprecated).
Replace JUnit with
Kotlin Test
(so that the tests can be moved into a common Kotlin source set).
Remove JVM specific code and utilities, and replace them with pure Kotlin code.
Update Gradle to 8.9.
Configure buildSrc convention plugins, for easier build config management.
Disable ktlint. v11 reports several nonsensical, unresolvable style errors. v12 reports hundreds of errors.
Part of #57
Summary