Awesome-cordova-plugins SMS pluging does not work with Angular Ivy

Just generated a new ionic/angular app (so all is latest and greatest basically) and try to add the SMS plugin from GitHub - danielsogl/awesome-cordova-plugins: Native features for mobile apps built with Cordova/PhoneGap and open web technologies. Complete with TypeScript support. but it kicks me in the teeth with

  node_modules/@awesome-cordova-plugins/sms/ngx/index.d.ts:40:22
    40 export declare class SMS extends AwesomeCordovaNativePlugin {
                            ~~~
    This likely means that the library (@awesome-cordova-plugins/sms/ngx) which declares SMS is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.


Unfortunatelly, solutions (eg postscript: ngcc) that I browsed don’t work with latest Angular so pretty stuck.

Have you guys seen this and how to unblock myself? Alternative sms plugin also works. I need to only send sms, nothing too custom/complex.