If I have two modules with the same name in differrent directory, I get compile 
error

**Error: module names need to be unique per Nimble package;**
    
    
    tree
    .
    
    ├── moje.nimble
    ├── src
    │   ├── moje
    │   │   ├── a
    │   │   │   └── x.nim
    │   │   └── b
    │   │       └── x.nim
    │   ├── moje.nim
    │   └── nimcache
    │       ...
    

Why it is?

thanks

Reply via email to