Problem with CloudinaryModule when building the ionic app

When I build my ionic app to generate the android apk , i have this error

Error: Error encountered resolving symbol values statically. Expression form not supported (position 161:44 in the original .ts file), resolving symbol AppModule in D:/projet/src/app/app.module.ts
in line 161:44 in module.ts

In the line 161:44 in module.ts , I have this :


CloudinaryModule.forRoot({Cloudinary}, { cloud_name: 'duw0ariuf' } as CloudinaryConfiguration),

Can someone help please.