mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 19:50:51 +00:00
10 lines
336 B
Markdown
10 lines
336 B
Markdown
## sbt project compiled with Dotty
|
|
|
|
### Usage
|
|
|
|
This is a normal sbt project, you can compile code with `sbt compile` and run it
|
|
with `sbt run`, `sbt console` will start a Dotty REPL.
|
|
|
|
For more information on the sbt-dotty plugin, see the
|
|
[dotty-example-project](https://github.com/lampepfl/dotty-example-project/blob/master/README.md).
|