xamarin / GooglePlayServicesComponents

Other
315 stars 148 forks source link

Enable DIM for GPS packages #779

Closed jpobst closed 1 year ago

jpobst commented 1 year ago

Some GPS interfaces provide useful API as default interface methods. Support for default interface methods has been added to C# and our Android binding tools.

Enable $(AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods) so that this support is turned on.

Note there are a few packages that have build errors with this enabled. Those packages will continue to have this setting turned off. The issue has been filed here: https://github.com/xamarin/java.interop/issues/1116.