Muhamad_Syaroful_Anam/agrilinkvocpro/growth_recipe_feature
Cutiful acc732871f feat: Add Koin module for clustering network service
This commit introduces a Koin module, `clusterNetworkModule`, to provide instances for network-related dependencies for the clustering feature.

Specifically, it provides:
- An `OkHttpClient` instance with a 5-second connection timeout.
- A `Retrofit` instance configured with a base URL ("http://labai.polinema.ac.id:5050/"), the provided `OkHttpClient`, and `GsonConverterFactory`.
- A `ClusteringService` instance created by the `Retrofit` instance.
2025-07-10 18:17:45 +07:00
..
src feat: Add Koin module for clustering network service 2025-07-10 18:17:45 +07:00
.gitignore feat: add gitignore for dynamic feature modules 2025-06-05 13:14:12 +07:00
build.gradle.kts feat: update build.gradle.kts 2025-06-12 08:45:59 +07:00