configure CRUDRepo Routes
inline fun <ObjectType : Any, IdType : Any, InputValue : Any> ERROR CLASS: Symbol not found for Route.configureCRUDRepoRoutes(originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, noinline idDeserializer: suspend (String) -> IdType)(source)
inline fun <ObjectType : Any, IdType : Any, InputValue : Any> ERROR CLASS: Symbol not found for Route.configureCRUDRepoRoutes(originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, idsSerializer: KSerializer<IdType>, serialFormat: StringFormat)(source)
inline fun <ObjectType : Any, IdType : Any, InputValue : Any> ERROR CLASS: Symbol not found for Route.configureCRUDRepoRoutes(originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, idsSerializer: KSerializer<IdType>, serialFormat: BinaryFormat)(source)