summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/9 - Contrib Modules.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/pages/9 - Contrib Modules.md b/docs/pages/9 - Contrib Modules.md
index 5f730181..a4b3b954 100644
--- a/docs/pages/9 - Contrib Modules.md
+++ b/docs/pages/9 - Contrib Modules.md
@@ -25,6 +25,9 @@ Then in your terminal :
> mill mill.contrib.Bloop/install
```
+It generate correct bloop config for any `JavaModule`, `ScalaModule`,
+`ScalaJsModule` or `ScalaNativeModule` under the `.bloop` folder
+
### Mix-in
You can mix-in the `Bloop.Module` trait with any JavaModule to quickly access
@@ -57,11 +60,6 @@ extending `mill.contrib.bloop.BloopImpl` in your own space.
The mill-bloop integration currently present in the [bloop codebase](https://github.com/scalacenter/bloop/blob/master/integrations/mill-bloop/src/main/scala/bloop/integrations/mill/MillBloop.scala#L10)
will be deprecated in favour of this implementation.
-### Caveats
-
-At this time, only Java/ScalaModule are processed correctly. ScalaJS/ScalaNative integration will
-be added in a near future.
-
## BuildInfo