/kompat

Kotlin Compatibility Project (Kompat)

Kotlin Compatibility Project (Kompat)

Kompat is a collection of small libraries that provide 'Kompatibility' for Java Libraries.

Current Kompat Libraries

Using Kompat

Kompat libraries are available through the kompat repository hosted on Bintray.

To use any Kompat library with Maven, add the following to the repository section of your pom.xml:

<repository>
    <id>bintray-ahwnz-kompat</id>
    <name>bintray-kompat</name>
    <url>https://dl.bintray.com/ahwnz/kompat</url>
</repository>

To use any Kompat library with Gradle, add the follwoing to your build.gradle:

repositories {
    maven {
        url  "https://dl.bintray.com/ahwnz/kompat" 
    }
}

Licensing

All Kompat libraries are licensed under the Apache License 2.0.