-
Notifications
You must be signed in to change notification settings - Fork 211
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
Implicit dependency issue #140
Comments
I'm on Mac - High Sierra v10.13.6 (17G65) - using Bazel 0.16.1 from brew (Google's tap). |
I tried Same error every time. |
The following But |
I have #141 which seems to fix the issue. |
Strange. do you have persistent workers enabled ? I have been trying to get rid of the |
Does |
I also have the same error using the most recent commit |
@Pmcneice do you have workers enabled ? |
@hsyed Nope. This is a fresh install of Bazel - running 0.15.2-homebrew on OSX High Sierra v10.13.6. I'll update that example project when I get home tonight to see if you can recreate on your end. Edit: Unless workers are enabled by default with 0.15.2? |
They aren't enabled by default -- I have an issue open in bazel core as for Kotlin it makes no sense to run without workers (well soon it won't, if the builder becomes more granular). lets see if that fixes your problem, I'll update the readme to make it clearer if it does. |
@hsyed changing to
See e303a55 |
I think something is wrong with my setup, any help would be appreciated. I get this error when I try to build my Kotlin targets:
In my
WORKSPACE
file I've setup Kotlin like this:The text was updated successfully, but these errors were encountered: