Hi! My generated android code seems to be using th...
# swagger-gradle-codegen
d
Hi! My generated android code seems to be using threeten.bp for date/time classes, although my project is using desugaring to provide java.time. Can I configure the plugin to use the java.time classes?
g
That’s an interesting point. So far the short answer is: no. But with the things going forward we should definitely allow to use
java.time
. If you could open an issue to keep track of this would be awesome 🙏
d
thanks, will do
g
Sorry, I gave you a wrong answer. We actually already support what you asked for 👍
d
Interesting. I'm using version 1.4.1 of the plugin, but I'm still seeing
import org.threeten.bp.ZonedDateTime
in the generated classes
Any idea what could be the reason for that?
Ah, sorry. Just read your comment: "on the upcoming version"