I am new to Kotlin native and stumbled upon kotlinx-datetime. Before that i was using jodatime in my android application; More specifically i was using andoid.joda.
I am wondering why these libraries are so platform dependant. What makes impossible to use e.g. jodatime in kotlin native and compile it's content to other paltforms like e.g. swift?
I had found this graphic in a Introductory video2 of kotlinx-datetime, but it only lists more libraries on different platforms and no real explenation.