Is it possible to create a library with MAUI .NET for a new feature in ios app, windows app and android app?
I have multiple apps on multiple platform that are different. But I have a feature that will be common to all those apps. I Heard about MAUI .NET to create a multiplatform app but would it be possible to only create a library in c# and use that library on my objective-c ios app within XCode AND on my c# windows app AND maybe on Android as well?