appwrite / appwrite/playground-for-android
π Bug Report: Can not build project first time clone
- Dominant language
- Kotlin
- Stars
- 71
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
### π Reproduction steps
When I first clone the repository, I can not built the app
### π Expected behavior
It should be built successfully
### π Actual Behavior
It actually can not build because of these reasions
- Missing of the declaration of json variable in `PlaygroundViewModel.kt` file. As screenshot below
- The `Document` data type from `io.appwrite.models.Document` does not have `body` property

### π² Appwrite version
Different version (specify in environment) (`io.appwrite:sdk-for-android:0.3.0`)
### π» Operating system
Windows
### π§± Your Environment
Just build the app with basic setup with Android Studio
### π Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
### π’ Have you read the Code of Conduct?
- [X] I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.