Closed JamesMcMahon closed 4 years ago
Hi James, The DSL Generator jar is meant to be a standalone executable jar to generate code based on an XSD. You shouldn't need to include it as a compile time dependency. The jar is actually a fat jar with a bunch of other dependencies you probably don't want.
Are you just trying to use the xml builder library or are you actually trying to generate some DSL code from an XSD?
Oh jeez, I must have grabbed the wrong dependency from Maven Central and then had detail blindness when I looked over this repo's README.
I just want to use the library. I corrected the dependency and it fixed the issue above.
Hopefully, this issue will save you some time in the future when someone else grabs the wrong dependency name.
I'm getting the following warning when I add this project as a dependency,
This then goes on to break the compilation of my project. I am guessing this is due to two conflicting Kotlin versions at play. My project is on Kotlin
1.3.72
.