https://kotlinlang.org logo
#announcements
Title
# announcements
d

dhkim

09/26/2017, 3:13 AM
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

kenkyee

09/26/2017, 12:59 PM
Don't use java9 yet. The Android tooling doesn't work with it yet either. It's not quite backwards compatible 😛
2 Views