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
anton.bannykh
02/12/2018, 9:54 AM
Looks like you are missing the kotlin stardard library. Not sure why though