What kind of libraries are you using for kotlin na...
# kotlin-native
a
What kind of libraries are you using for kotlin native? specifically for DB and File access, and HTTP Clients?
s
Using it for iOS,
Ktor : Netowrking
Multiplatform Settings: Persistance
k
Sqldelight for db
n
• Ktor Client - HTTP client (with the Linux targets only linuxX64 is supported) • Posix (available on all the Linux targets) - Covers general I/O including files (Note: it is a C library) There is KotlinX IO which covers general I/O, but doesn't support files yet.
t
Objectbox for each platforms for DB