mirror-kt
When accessing module declarations from UMD, they must be marked by both @JsModule and @JsNonModule
@JsModule("react-redux")
@NonJsModule
Ilya Goncharov [JB]
useCommonJs()
build.gradle
kotlin { target { .... useCommonJs() } }
A modern programming language that makes developers happier.