Does anyone know why this isn’t working? ```implem...
# javascript
s
Does anyone know why this isn’t working?
Copy code
implementation(npm("@jetbrains/kotlin-react"))
i
Better to declare Kotlin dependencies via Bintray dependencies not npm (https://bintray.com/kotlin/kotlin-js-wrappers/kotlin-react) Additionally you need declare react and react-dom Here sample with react setup sample https://github.com/ilgonmic/full-js-wizard
s
I assumed react-dom isn’t necessary since react-native uses a different dom. I also assumed that kotlin-react would have dependencies on those.