I'm trying to get started with kotlin/react. But j...
# javascript
f
I'm trying to get started with kotlin/react. But just the first step for running the sample project fails hard. Using create-react-kotlin-app, it can't even load. I got
Kotlin.defineModule is not a function
. In the console :`Object.kt:20 Uncaught TypeError: Kotlin.defineModule is not a function`
a
Looks like you are missing the kotlin stardard library. Not sure why though