Skip to content

Commit

Permalink
Updates the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Mar 19, 2019
1 parent b067b0b commit 9f37b18
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# jitsi-utils
A set of basic Java/Kotlin utilities used in jitsi projects.
This project contains a set of basic Java utilities used in Jitsi
projects.

The aim is to reduce the interdependency between the different Jitsi
projects. For example we used to place code which needed to be shared
between ice4j, libjitsi and jitsi-media-transform in ice4j. This was
not great, because neither libjitsi not jitsi-media-transform need
to depend on ice4j.

This project's external dependencies should be kept to a minimum, and
it should NOT depend on any other Jitsi project.

0 comments on commit 9f37b18

Please sign in to comment.