https://kotlinlang.org logo
Title
j

jaguililla

01/20/2023, 10:07 AM
Hello, I would like to port a library written in Kotlin JVM to Kotlin Native, I'm finding that the difference among the Standard Library in those two platforms requires me to change many things. I would like to know: • Will the Kotlin Stdlib wrap classes from the Java Stdlib (making them available to Native)? I.e.:
File
or
URL
• Is there any roadmap on the Native Stdlib classes to be implemented? If so, could you please share the link here? Thank you very much!
m

mbonnin

01/20/2023, 10:10 AM
For
File
, you can look into okio Path