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

Deal with workspaces containing workspaces #5

Open
fwcd opened this issue Jun 2, 2018 · 0 comments
Open

Deal with workspaces containing workspaces #5

fwcd opened this issue Jun 2, 2018 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@fwcd
Copy link
Owner

fwcd commented Jun 2, 2018

Currently, #1 (Multiple declarations bug) will still affect projects that are structured like this:

root
├───bin << This (empty) folder is actually ignored instead of the other bin folder
├───build.gradle
└───subdir
    ├───bin << These (compiler-generated) copies of the source files should be ignored
    │   └───main
    │       └───kotlin
    │           └───App.kt << Issues "Conflicting overload error"
    ├───build.gradle
    └───src
        └───main
            └───kotlin
                └───App.kt << Issues "Conflicting overload error"
@fwcd fwcd added the bug Something isn't working label Jun 2, 2018
@fwcd fwcd added this to Todo in Roadmap Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Roadmap
  
Todo
Development

No branches or pull requests

1 participant