Ktor Write Crud Repo Client
constructor(baseUrl: String, httpClient: ERROR CLASS: Symbol not found for HttpClient, newObjectsFlow: Flow<ObjectType>, updatedObjectsFlow: Flow<ObjectType>, deletedObjectsIdsFlow: Flow<IdType>, createSetup: suspend ERROR CLASS: Symbol not found for HttpRequestBuilder.(List<InputValue>) -> Unit, updateSetup: suspend ERROR CLASS: Symbol not found for HttpRequestBuilder.(List<UpdatedValuePair<IdType, InputValue>>) -> Unit, deleteByIdSetup: suspend ERROR CLASS: Symbol not found for HttpRequestBuilder.(List<IdType>) -> Unit, createBodyGetter: suspend ERROR CLASS: Symbol not found for HttpResponse.() -> List<ObjectType>, updateBodyGetter: suspend ERROR CLASS: Symbol not found for HttpResponse.() -> List<ObjectType>)(source)