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", version = "latest.release")
}
Template app​
We provide a template for Kotlin that showcases several self-contained use cases that highlight the main features of the Cardinal SDK.
To Launching the Tutorial in Kotlin:​
To run the tutorial in Kotlin, clone this repository:
git clone https://github.com/icure/cardinal-introductory-tutorial.git
Then, open the folder in IntelliJ and run the main function
Cardinal SDK Introductory Tutorial​
Please proceed to the Introductory Tutorial to discover how the Cardinal solution enables you to create, search, and share medical data. This will guide you in understanding your next steps toward integrating Cardinal.