What kind of libraries are you using for kotlin native? specifically for DB and File access, and HTTP Clients?
s
Sean Keane
03/04/2020, 1:25 AM
Using it for iOS,
Ktor : Netowrking
Multiplatform Settings: Persistance
k
kpgalligan
03/04/2020, 1:56 AM
Sqldelight for db
n
napperley
03/04/2020, 3:43 AM
• 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.