Hi everyone! I've recently been working a Kotlin d...
# ktor
j
Hi everyone! I've recently been working a Kotlin driver and an, exposed like, DSL for a new database, SurrealDB. I'd like to make the driver multiplatorm as Surreal can connected to via both the server and clients. I'm using Ktor as my client but I'm not sure how I should setup my gradle dependencies to target most (ideally all) kotlin targets. Any help would be amazing, thank you 🙂
a