File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Reed(리드) - 문장과 감정을 함께 담는 독서 기록 [PlayStore](https
5555 - DataStore
5656 - StartUp
5757 - Splash
58- - Camera
58+ - CameraX
5959
6060- Kotlin Libraries (Coroutine, Serialization, Immutable Collection)
6161- Compose
@@ -65,7 +65,7 @@ Reed(리드) - 문장과 감정을 함께 담는 독서 기록 [PlayStore](https
6565- Dagger Hilt
6666- Retrofit, OkHttp3
6767- Coil-Compose, [ Landscapist] ( https://github.com/skydoves/landscapist )
68- - Google ML Kit
68+ - ~~ Google ML Kit~~ Google Cloud Vision
6969- Lottie-Compose
7070- Firebase(Analytics, Crashlytics, Remote Config)
7171- Kakao-Auth
@@ -106,8 +106,10 @@ Reed(리드) - 문장과 감정을 함께 담는 독서 기록 [PlayStore](https
106106├── build-logic
107107├── core
108108│ ├── common
109- │ ├── data
110- │ ├── datastore
109+ │ ├── data-api
110+ │ ├── data-impl
111+ │ ├── datastore-api
112+ │ ├── datastore-impl
111113│ ├── designsystem
112114│ ├── model
113115│ ├── network
You can’t perform that action at this time.
0 commit comments