Marco
Marco
Do you still have the same issue with the latest version? If so, give me the list of the packages you are using from your csproj file and I'll try...
Is this still an issue? If not, I'll close it
I'm closing as we are now at version 1.6. If there are other issues, please open a new one.
I don't use that library so I'm not sure yet. I'm having a look right now and I'll see if there is anything I can do to solve this.
Can you try with the latest version of the plugin?
Compilation error Type androidx.work.CoroutineWorker$startWork$1 is defined multiple times (Solved!)
If it's the same problem, there is an issue in other packages. Try to install these packages to solve your issue: ``` ```
Compilation error Type androidx.work.CoroutineWorker$startWork$1 is defined multiple times (Solved!)
My bad...use this: ``` ``` **The version is important.** In the .net7 I also needed to install the following: ``` ``` You can see all of them in the Sample...
Compilation error Type androidx.work.CoroutineWorker$startWork$1 is defined multiple times (Solved!)
Could you please copy the code to include the packages from the csproj file? So I can quickly include them in a sample project and check the error.
Compilation error Type androidx.work.CoroutineWorker$startWork$1 is defined multiple times (Solved!)
Just the part of the csproj file with your packages: like this one: ``` ... ... ```
Compilation error Type androidx.work.CoroutineWorker$startWork$1 is defined multiple times (Solved!)
The incompatibility is between OneSignalSDK.DotNet and Plugin.MauiMTAdmob. I'm trying to investigate the issue and find a solution