Replies: 1 comment 5 replies
|
How does your file look like? You don't need to import the file, you should be able to reference the objects and classes in your scala file directly |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I have a worksheet file inside my project, and also a regular scala file with classes I would like to import, so like this:
The documentation states that as long as the worksheet file is inside the project, you can import things from the project, but I am unable to.
When trying to import a class from my scala file I get a import error:
What's the correct way of importing project objects into the sheet?
All reactions