Open thisisthekap opened 11 months ago
I just realized that @Redth added a way to explicitly specify custom nuget mappings in the project file:
<MavenNuGetMapping
Include="asdf"
MavenGroupId="androidx.core"
MavenArtifactId="core-ktx"
MavenVersion="1.5.0"
NuGetPackageId="Xamarin.AndroidX.Core.Core.Ktx"
NuGetVersion="1.5.0"/>
androidx.core:core-ktx is not mapped properly to Xamarin.AndroidX.Core.Core.Ktx because the nuget is not named properly.