Skip to content

Commit

Permalink
Improve readme Strumenta#375
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzzi committed Aug 14, 2024
1 parent 7f979d9 commit 3a52565
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ It stands for _**Ko**tlin_ _**La**nguage_ _**Su**pport_.
Kolasu is part of the [StarLasu](https://github.com/Strumenta/StarLasu) set of libraries. The other libraries provide
similar support in other languages such as Typescript and Python.

## Prerequisites

- JDK 8, 11, and 17 available on your system
- Docker environment

## JDK supported

We support JDK 8, 11, and 17. All JDKs in between should work too, but these are explicitly tested.
Expand Down Expand Up @@ -68,6 +73,20 @@ dependencies {
}
```

## Building and Testing

To build the project, run:

```
./gradlew build
```

To run all tests, use:

```
./gradlew allTest
```

## How to format code

Run:
Expand Down

0 comments on commit 3a52565

Please sign in to comment.