Skip to content

Commit c825f4f

Browse files
committed
Add warning about t.a/t.a.jvm versions in README
1 parent 3f3f214 commit c825f4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ A JVM bytecode generator for ASTs compatible with tools.analyzer[.jvm].
1010
* [Developer Information](#developer-information)
1111
* [License](#license)
1212

13+
When trying out `tools.emitter.jvm` be careful not to include in your project.clj's `:dependencies` a different version of [tools.analyzer.jvm](https://github.com/clojure/tools.analyzer.jvm) or [tools.analyzer](https://github.com/clojure/tools.analyzer) than the one required by `tools.emitter.jvm` otherwise the library probably won't work and trying to evaluate clojure forms with it will likely produce errors.
14+
1315
## Example Usage
1416

1517
```clojure

0 commit comments

Comments
 (0)