Back to Integrations

Vadyl + Kotlin

Concise, safe, interoperable. Use Vadyl in your Android or Multiplatform apps.

implementation("io.vadyl:vadyl-kt:1.0.0")
Coroutines
Serialization
Multiplatform

Implementation Guide

1

Coroutines

Native support for Kotlin Coroutines.

val client = createVadylClient(url, key)
val users = client.from("users").select().decodeList<User>()

Ready to build with Kotlin?