Skip to content

Unable to download kotlin-compiler #1

@safaorhan

Description

@safaorhan

Hello, thanks for developing such an awesome plugin.

I recorded a simple screencast. Here it is:

ideFrame {
  editor {
    moveTo(431)
    shortcut(ENTER)
    shortcut(ENTER)
    GuiTestUtil.typeText("var x = 5", robot(), 32)
    shortcut(ENTER)
    GuiTestUtil.typeText("var s = \"Hello world", robot(), 32)
    shortcut(LEFT)
    shortcut(LEFT)
    shortcut(LEFT)
    shortcut(LEFT)
    shortcut(LEFT)
    shortcut(LEFT)
    GuiTestUtil.typeText(",", robot(), 32)
    shortcut(RIGHT)
    shortcut(RIGHT)
    shortcut(RIGHT)
    shortcut(RIGHT)
    shortcut(RIGHT)
    shortcut(RIGHT)
    GuiTestUtil.typeText("!", robot(), 32)
    shortcut(RIGHT)
    shortcut(SHIFT + META + A)
    shortcut(ENTER)
  }
}

When I try to Choose and run, it gives me this error:

Screen Shot 2020-07-24 at 01 18 45

Pressing Try again does not make it disappear.

And if I cancel then it gives this error:

Screen Shot 2020-07-24 at 01 18 53

What am I doing wrong?

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions