How can i clear intellij console by kotlin?
# announcements
r
How can i clear intellij console by kotlin?
m
Probably you can’t do it. The IntelliJ console ignores (at least to my knowledge) all code that would delete sth. That way the output is always there and can be viewed afterwards. You could open the Terminal Tab and execute your program in there. Then you will be able to clear the console etc.
106 Views