Here it says: <https://kotlinlang.org/docs/referen...
# kotlin-native
p
Here it says: https://kotlinlang.org/docs/reference/native-overview.html
Kotlin/Native libraries help to share Kotlin code between projects. POSIX, gzip, OpenGL, Metal, Foundation, and many other popular libraries and Apple frameworks are pre-imported and included as Kotlin/Native libraries into the compiler package.
But I can't find anything on that. What does this mean and how can I use these?
g
iOS/macOS libraries are available as part of stdlib (metal, foundation, probably opengl), not sure that it available on other platforms though
p
But where can I find documentation on gzip?
g
not avare about gzip
maybe also because it included to macos %)
zlib available on linux available on most of most (all?) platforms
I think for docs you should check official zlib documentation: https://zlib.net/manual.html