You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +50,7 @@ Add this to your project's `pom.xml` file:
50
50
<dependency>
51
51
<groupId>io.appwrite</groupId>
52
52
<artifactId>sdk-for-kotlin</artifactId>
53
-
<version>9.1.0</version>
53
+
<version>9.1.2</version>
54
54
</dependency>
55
55
</dependencies>
56
56
```
@@ -119,6 +119,7 @@ suspend fun main() {
119
119
120
120
The Appwrite Kotlin SDK provides type safety when working with database documents through generic methods. Methods like `listDocuments`, `getDocument`, and others accept a `nestedType` parameter that allows you to specify your custom model type for full type safety.
**Tip**: You can use the `appwrite types` command to automatically generate model definitions based on your Appwrite database schema. Learn more about [type generation](https://appwrite.io/docs/products/databases/type-generation).
0 commit comments