Skip to content

fix: use Duration from stdlib

When a duration type was defined Duration from kotlinx was used in the generated code but it was expecting the Duration the stdlib.

I guess it would makes sense to use the duration type in of the test projects.

Merge request reports