Hello, I would like to port a library written in K...
# kotlin-native
j
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
For
File
, you can look into okio Path