1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Update docs/sdks/kotlin/GETTING_STARTED.md

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
Damodar Lohani 2022-09-07 11:06:43 +05:45 committed by GitHub
parent 90e05fec87
commit b7e9d4894e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ suspend fun main() {
password = "password",
)
} catch (e: AppwriteException) {
println(e)
e.printStackTrace()
}
}
```