You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently facing an issue while integrating a native Android SDK that utilizes Kodein dependency injection within a .NET MAUI application. The SDK works perfectly fine in a native Android environment; however, when I try to use it in my MAUI project, I encounter the following error:
"Kodein class not found: DIAware"
I would like to inquire about the following:
Availability of AAR File:
Is there an official AAR package for Kodein that I can directly include in my MAUI project to resolve the missing dependency issue?
Missing Dependency Issue:
Could you provide insights into why the Kodein dependency might be missing when the SDK is downloaded and included in the MAUI application? Are there specific configurations required to ensure proper dependency resolution?
NuGet Package Consideration:
I have noticed that there is no official NuGet package available for Kodein DI. Is there any plan to release one in the near future? If not, would it be possible to consider publishing a NuGet package to facilitate easier integration with .NET platforms?
Any guidance or suggestions on resolving this issue would be greatly appreciated.
Thank you for your time and support.
The text was updated successfully, but these errors were encountered:
Dear Kodein Community,
I am currently facing an issue while integrating a native Android SDK that utilizes Kodein dependency injection within a .NET MAUI application. The SDK works perfectly fine in a native Android environment; however, when I try to use it in my MAUI project, I encounter the following error:
"Kodein class not found: DIAware"
I would like to inquire about the following:
Availability of AAR File:
Is there an official AAR package for Kodein that I can directly include in my MAUI project to resolve the missing dependency issue?
Missing Dependency Issue:
Could you provide insights into why the Kodein dependency might be missing when the SDK is downloaded and included in the MAUI application? Are there specific configurations required to ensure proper dependency resolution?
NuGet Package Consideration:
I have noticed that there is no official NuGet package available for Kodein DI. Is there any plan to release one in the near future? If not, would it be possible to consider publishing a NuGet package to facilitate easier integration with .NET platforms?
Any guidance or suggestions on resolving this issue would be greatly appreciated.
Thank you for your time and support.
The text was updated successfully, but these errors were encountered: