Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to download kotlin-compiler #1

Open
safaorhan opened this issue Jul 23, 2020 · 0 comments
Open

Unable to download kotlin-compiler #1

safaorhan opened this issue Jul 23, 2020 · 0 comments

Comments

@safaorhan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant