Skip to content

Commit 76d41df

Browse files
committed
update readme
1 parent edeec89 commit 76d41df

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ A Boilerplate code generator for creating Android project. Using fully Kotlin an
1616
- [ReactiveX](https://github.com/ReactiveX/RxAndroid)
1717
- [Timber](https://github.com/JakeWharton/timber)
1818
- [Glide](https://github.com/bumptech/glide)
19+
- [Kotlin DSL](https://android-developers.googleblog.com/2023/04/kotlin-dsl-is-now-default-for-new-gradle-builds.html)
1920

2021

2122
## TODO List:
2223

23-
- [x] Offline First (using Room and paging lib)
24+
- [ ] Offline First (using Room and paging lib)
2425
- [x] Add Example Usage of Fragment
2526
- [ ] Create Documentation Code Snippet
2627
- [x] Add example for using Coroutines
@@ -56,8 +57,14 @@ yo android-kotlin-mvvm
5657

5758
Open project using Android Studio, build, and done!
5859

60+
## Notes
61+
62+
Make sure you are using java version 17 before try to sync/build the source. Configure it at android studio -> file -> project structure -> SDK location -> gradle settings -> gradle JDK
63+
5964
## Testing Local Database Migration
6065

66+
notes: right now, room is configured but not used for default.
67+
6168
This boilerplate using Room to store Local Database, to handle each migration you can refer to existing sample. In this sample we add new column in existing table.
6269

6370
- After first project build, make sure database schemas generated for 1st version, it should be located in ```YOUR_PROJECT_DIR\app\schemas\YOUR_PACKAGE_PATH.data.AppDatabase\1.json```, if its not exist, try to rebuild the project.

0 commit comments

Comments
 (0)