mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-04-24 22:42:13 +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).
|