gaetan
09/07/2020, 8:44 AMmkosm
09/07/2020, 8:53 AMnpm
dependencies to React in my build.gradle
file. These are the only dependencies related to React I have now:
implementation("org.jetbrains:kotlin-react:16.13.1-pre.111-kotlin-1.4.0")
implementation("org.jetbrains:kotlin-react-dom:16.13.1-pre.111-kotlin-1.4.0")
implementation("org.jetbrains:kotlin-styled:1.0.0-pre.111-kotlin-1.4.0")
gaetan
09/07/2020, 9:13 AMimplementation(npm("styled-components", "5.1.1"))
to make it works.