includeDefaultGroups

abstract fun includeDefaultGroups()

Deprecated

Use `includeDefaultPlatformGroups` instead and use `include` to explicitly define the build time configuration groups with category `IviDefaultsGroupConfig.Category.APPSUITE`. Alternatively use both [includeDefaultPlatformGroups] and [includeDefaultAppsuiteGroups].

Includes all defaultGroups and includes the IviPlatform.debugGroup.

IviPlatform.debugGroup is included for backwards compatibility regardless of the build type.

Use includeDefaultPlatformGroups instead and use include to explicitly define the build time configuration groups with category IviDefaultsGroupConfig.Category.APPSUITE. Alternatively use both includeDefaultPlatformGroups and includeDefaultAppsuiteGroups.