Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
Affected platform version
JetBrains Rider 2022.3.2, v12.0
Description
After installation of package Xamarin.AndroidX.Compose.UI version 1.1.1.1, namespace AndroidX.Compose doesnt exist, also cannot access to the class AndroidX.Compose.UI.Platform.ComposeView`
Create project using Xamarin.Android MonoAndroid12.0 (v12.0)
Also inspect nuget loaded to local cache - package doesn`t contains any classes only Reference and Metadata section (inspect dll with the help of dotPeek.
Steps to Reproduce
- Create Xamarin.Android project with target framework MonoAndroid12.0 (v12.0)
- Install package
Xamarin.AndroidX.Compose.UI version 1.1.1.1
- Try to create instance of class
AndroidX.Compose.UI.Platform.ComposeView
Expect result: Class accessible
Actual result: AndroidX.Compose namespace not found

Did you find any workaround?
No response
Relevant log output
No response