other

fun <T : ModuleTypeSpec> NamedModuleTypeContainer<T>.other(name: String = "Other", color: String? = "gainsboro", action: Action<T>? = null): NamedDomainObjectProvider<T>(source)

Adds an "Other" module type, with a grey color. This will match anything and everything, so make sure to declare this last in the moduleTypes block from your build file.