I am trying out creating a bigger project structure.
I am creating an library package.
My file structure looks like this
.
|---examples
| |---example1.roc
|
|---src
|---Interface1.roc
|---Interface2.roc
example1.roc is an app, Interface1.roc and Interface2.roc are interfaces. Is there a way to import the interfaces in example1.roc?
I believe CURRENTLY any interface/library needs to be in the same directory as an app in order to be importable by that app.
Ah too bad
Makes sense this isn't a priority though
yeah the current plan is for this to change eventually, but that's part of a 2023 project at the earliest :big_smile:
Last updated: Jul 05 2025 at 12:14 UTC