Skip to main content

Kotlin

To include the SDK in your kotlin project, you just need to add the dependency to your gradle configuration.

dependencies {
implementation(group = "com.icure", name = "cardinal-sdk")
}