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?