Fork me on GitHub
#cursive
<
2018-12-27
>
cfleming07:12:08

@peter.kehl So what that looks like is that you have the wrong module type set up. How did you create this project?

cfleming07:12:43

@peter.kehl Here’s how I imported core.typed (I just tried it now):

cfleming07:12:08

1. Make sure you’re using Cursive 1.8.0, which has deps support.

cfleming07:12:24

2. clone the core.typed repo.

cfleming07:12:10

3. File-&gt;New-&gt;Project from Existing Sources…

cfleming07:12:41

4. Select the core.typed directory from #2

cfleming07:12:40

5. Select “Import project from external model”, then Deps.

cfleming07:12:14

6. (probably) choose “Use auto-import” and then Finish, and you should have your project set up.