We are trying to create a binding library for Android aar. we are not able to see binder class in output dll. we are getting following warning which is invalidating the class.
BINDINGSGENERATOR: Warning BG8801: Invalid parameter type android.content.SharedPreferences in method Clear in managed type Com.xxxxxxxxx.xxxxxx.xxxxxxxx.
BINDINGSGENERATOR: Warning BG8701: Invalid return type android.content.SharedPreferences in method GetStorage in managed type Com.xxxxxxxxx.xxxxxx.xxxxxxxx.
what I am doing wrong?