Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 788 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 788 Bytes

Maven Central

kotlin-extensions

Kotlin wrappers for standard JS objects as well as some helpers required for kotlin-react.

Warning

kotlin-extensions is deprecated

Maven

<project>
    <dependency>
        <groupId>org.jetbrains.kotlin-wrappers</groupId>
        <artifactId>kotlin-extensions</artifactId>
        <version>VERSION</version>
    </dependency>
</project>

Gradle

repositories {
    mavenCentral()
}

implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:VERSION")