Kotlin wrappers for standard JS objects as well as some helpers required for kotlin-react.
Warning
kotlin-extensions
is deprecated
<project>
<dependency>
<groupId>org.jetbrains.kotlin-wrappers</groupId>
<artifactId>kotlin-extensions</artifactId>
<version>VERSION</version>
</dependency>
</project>
repositories {
mavenCentral()
}
implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:VERSION")