holgerbrandl / kalasim

Discrete Event Simulator
https://www.kalasim.org/
MIT License
68 stars 10 forks source link

Adopt new duration API introduced in kotlin v1.6 #23

Closed holgerbrandl closed 2 years ago

holgerbrandl commented 2 years ago

See https://blog.jetbrains.com/kotlin/2021/11/kotlin-1-6-0-is-released/

Also, the improved suspend support could be evaluated to further simplify process definitions.

holgerbrandl commented 2 years ago

Won't fix because kotlin APIs lack compatibility with java-time API

holgerbrandl commented 2 years ago

See https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.time/to-java-duration.html for recent support API additions