Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Jan 8, 2025
1 parent c18cecb commit e2d412f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Gradle:
implementation("org.glavo.kala:kala-common:0.79.0")
```

## Learn about Kala Common

* [Our Tutorial](docs/Tutorial.md)

## Note

The last version compatible with Java 8 was 0.70.0. Building and running kala common now require Java 21.
Expand Down
1 change: 1 addition & 0 deletions docs/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ var _ = Stream.of(1, 2, 3).collect(Seq.factory()); // ===> [1, 2, 3]

More usage of `CollectionFactory` will be introduced in later chapters.

(WIP)

0 comments on commit e2d412f

Please sign in to comment.