We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faa38e commit b877b06Copy full SHA for b877b06
README.md
@@ -120,6 +120,12 @@ Feature: Examples Tables
120
<testcase classname="Examples Tables" name="Eating <color> cucumbers - #1.2: Eating green cucumbers" />
121
<testcase classname="Examples Tables" name="Eating <color> cucumbers - #1.3: Eating blue cucumbers" />
122
```
123
+
124
+## Android
125
126
+The Android SDK does not include `javax.xml.stream.XMLOutputFactory`. This and other missing `java.xml.stream.*`
127
+dependencies can be provided by adding `com.fasterxml:aalto-xml` to your dependencies.
128
129
## Contributing
130
131
Each language implementation validates itself against the examples in the
0 commit comments