terminal colors, multi-line strings; bump to 0.8
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
package blitz
|
||||
|
||||
@Deprecated(
|
||||
level = DeprecationLevel.ERROR,
|
||||
message = "Will be removed in the future!",
|
||||
replaceWith = ReplaceWith(
|
||||
"Terminal.warn",
|
||||
"blitz.term.Terminal"
|
||||
)
|
||||
)
|
||||
fun warn(msg: String) {
|
||||
System.err.println(msg)
|
||||
}
|
Reference in New Issue
Block a user