diff options
Diffstat (limited to 'core/BUILD')
-rw-r--r-- | core/BUILD | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/BUILD b/core/BUILD new file mode 100644 index 0000000..a704af2 --- /dev/null +++ b/core/BUILD @@ -0,0 +1,8 @@ +scala_library( + name = "fibers_core", + srcs = glob(["lib/**/*.scala"]), + deps = ["@deps//:compile"], + plugins = ["@org_scala_lang_plugins_scala_continuations_plugin_2_12_2//jar"], + scalacopts = ["-Ywarn-unused", "-P:continuations:enable"], + visibility = ["//visibility:public"], +) |