Besides giving up, what alternatives there are whe...
# javascript
b
Besides giving up, what alternatives there are when I want to use a JS library (particularly, Reactstrap for React-ready Bootstrap components) on Kotlin/JS, but ts2kt failed to generate Kotlin definitions for that library? (
r
I think it is possible to hack a bit source file where
ts2kt
fails
s
@bloodshura Have you maybe tried ts2kt-automator, https://www.npmjs.com/package/@jetbrains/ts2kt-automator Because I see reactstrap does have typings, so should potentially work https://www.npmjs.com/package/@types/reactstrap
b
@stephanc yes, that's what I tried, but Reactstrap's typings are not successfully converted into Kotlin definitions (because of ts2kt limitations).