Switch back to fun main()
This commit is contained in:
@@ -14,7 +14,7 @@ enum class BackgroundColors {
|
||||
Yellow
|
||||
}
|
||||
|
||||
suspend fun main() = application {
|
||||
fun main() = application {
|
||||
program {
|
||||
// -- this block is for automation purposes only
|
||||
if (System.getProperty("takeScreenshot") == "true") {
|
||||
|
||||
Reference in New Issue
Block a user