Skip to content

Latest commit

 

History

History

kotlin-extensions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Maven Central

Module 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")