versionOverrideForFeature

fun versionOverrideForFeature(feature: String): String?

Use this method to know if you should force a version when creating a room that requires this feature. You can also use #isFeatureSupported prior to this call to check if the feature is supported and report some feedback to user.