diff --git a/src/Java.Interop.Tools.JavaTypeSystem/Utilities/TypeResolutionOptions.cs b/src/Java.Interop.Tools.JavaTypeSystem/Utilities/TypeResolutionOptions.cs index 830522264..a1c46dbb4 100644 --- a/src/Java.Interop.Tools.JavaTypeSystem/Utilities/TypeResolutionOptions.cs +++ b/src/Java.Interop.Tools.JavaTypeSystem/Utilities/TypeResolutionOptions.cs @@ -10,7 +10,7 @@ public class TypeResolutionOptions { // We *should* do this, but ApiXmlAdjuster does not, so we have this flag for compatibility. // If a member on an interface cannot be resolved and needs to be removed, remove the whole interface. - public bool RemoveInterfacesWithUnresolvableMembers { get; set; } = false; + public bool RemoveInterfacesWithUnresolvableMembers { get; set; } = true; public static TypeResolutionOptions Default => new TypeResolutionOptions ();