Does anybody have run kapt successfully on Java9? ...
# announcements
d
Does anybody have run kapt successfully on Java9? Due to soon-to-be-deprecated javax.xml.bind module, I'm getting an error saying javax.xml.bind.DataTypeConverter is not found. Adding a dependency to the maven artifact of javax.xml.bind in buildscript classpath, doesn't solve the problem completely. At runtime, I keep getting the class is not found. Any clue?
k
Don't use java9 yet. The Android tooling doesn't work with it yet either. It's not quite backwards compatible 😛