pubref / rules_kotlin

Bazel rules for Kotlin
Other
159 stars 20 forks source link

Cannot access org.pubref.rules.kotlin error #49

Closed alex-chung closed 6 years ago

alex-chung commented 6 years ago

When building kotlin_binary with Bazel 0.8.1, I get this error:

ERROR: C:/users/achung/appdata/local/temp/_bazel_achung/uzq-tc6q/external/org_pubref_rules_kotlin/java/org/pubref/rules/kotlin/BUILD:1:1: Building external/org_pubref_rules_kotlin/java/org/pubref/rules/kotlin/worker.jar (1 source file) and running annotation processors (ComponentProcessor) failed (Exit 1)
external\org_pubref_rules_kotlin\java\org\pubref\rules\kotlin\KotlinWorker.java:18: error: cannot access org.pubref.rules.kotlin
package org.pubref.rules.kotlin;
^
  /io/bazel/rules/closure/BazelWorker_Factory.class
alex-chung commented 6 years ago

After some investigating, this appears to be an issue with Bazel, Java, and Windows rather than this rule specifically.