buildMultiTag

Creates a multi-tag builder.

Example usage:

buildMultiTag {
+buildTag("x") { ... }
+buildTag("y") { ... }
}