Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 745 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 745 Bytes

Release Build Status

Euklid

Euklid is a cross-platform geometry library in Kotlin.

It is a port in Kotlin of the Pythagoras project in java.

Building

The library is built using Gradle.

Invoke ./gradlew build to build the library or ./gradlew publishToMavenLocal to install it to your local Maven repository.

License

Euklid is released under the Apache License, Version 2.0 which can be found in the LICENSE file and at http://www.apache.org/licenses/LICENSE-2.0 on the web.