Move StringBuilderExtensions to utils

This commit is contained in:
Jobobby04
2021-01-25 19:43:45 -05:00
parent 5c21f7ec30
commit 02e3b49dc7
3 changed files with 3 additions and 3 deletions
@@ -0,0 +1,3 @@
package exh.util
operator fun StringBuilder.plusAssign(other: String) { append(other) }