Given component multidex.MultiDexApplication doesn't implement interface dagger.hilt.internal

405 Views Asked by At

I'm creating Xamarin DLL from "Kotlin AAR" or "Kotlin Libraries". AAR to DLL Converted Successfully.

There are dagger and hilt libraries in Kotlin AAR. dagger-2.37.jar hilt-core-2.37.jar hilt-android-2.37.aar dagger-lint-aar-2.37.aar

During Testing Xamarin App With Converted DLL; Then throws an exception.

Exception Message Java.Lang.IllegalStateException: Given component holder class android.support.multidex.MultiDexApplication does not implement interface dagger.hilt.internal.GeneratedComponent or interface dagger.hilt.internal.GeneratedComponentManager

Please help to me. Windows - Visual Studio 2019 - Xamarin

0

There are 0 best solutions below