This application is introduced nearby food restaurant at your current location
:app (Application Module)
:buildSrc (Dependencies Management Module)
:core
|- :common
|- :data
|- :database
|- :designsystem
|- :domain
|- :model
|- :network
|_ :ui
:feature
|- :collection
|- :detail
|_ :home
- find nearby food restaurant at user's current location
- The result of the API calls is json document
- minSdkVersion : 31
- targetSdkVersion : 34
- compileSdkVersion : 34